You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that class function
"class function TBaseVirtualTree.GetCheckImageListFor(Kind: TCheckImageKind): TCustomImageList;" disappear from VirtualTrees.pas
I'm very sorry, this was die to issue #622. I missed to recompile the designtime package and the config of our continuous build system had a typo in my email address. Should not happen again.
I just download commit f45adc0 for test issue 248, and raise an error on build VirtualtreesD21.bpl.
Line 347 on VirtualTreesReg,
ImageList := TVirtualTreeCast.GetCheckImageListFor(CheckKind);
Undeclared identifier GetCheckImageListFor.
The text was updated successfully, but these errors were encountered: