Page 1 of 1

ATStatusBar

Posted: 27.12.2020 10:53
by bohous
When I build ATFlatControls there is error at MouseLeave in ATStatusBar

Posted: 27.12.2020 17:27
by uvviewsoft_
pls more details. what error text. how to repeat it?
maybe old Lazarus? I use 2.1 trunk.

Posted: 27.12.2020 18:24
by bohous
I use Delphi 10.2.3
[dcc32 Error] atstatusbar.pas(152): E2137 Method 'MouseLeave' not found in base class

Posted: 27.12.2020 20:46
by uvviewsoft_
I don't have Delphi (10.3 license ended; didnt get next version). can you make the patch in Github? for MouseLeave, add the

{$ifdef fpc} override {$endif};

Posted: 28.12.2020 08:41
by bohous
Thanks, all is now OK.
Many greetings to you