ATStatusBar

Solved bugs are moved into this topic...
Post Reply
bohous
Posts: 3
Joined: 27.12.2020 10:27

ATStatusBar

Post by bohous »

When I build ATFlatControls there is error at MouseLeave in ATStatusBar
uvviewsoft_
Posts: 17
Joined: 27.12.2020 08:31

Post by uvviewsoft_ »

pls more details. what error text. how to repeat it?
maybe old Lazarus? I use 2.1 trunk.
bohous
Posts: 3
Joined: 27.12.2020 10:27

Post by bohous »

I use Delphi 10.2.3
[dcc32 Error] atstatusbar.pas(152): E2137 Method 'MouseLeave' not found in base class
uvviewsoft_
Posts: 17
Joined: 27.12.2020 08:31

Post 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};
bohous
Posts: 3
Joined: 27.12.2020 10:27

Post by bohous »

Thanks, all is now OK.
Many greetings to you
Post Reply