mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 03:20:17 +02:00
Cocoa: improve the handling of the mouse passing through the Overlay Style Scroller quickly
This commit is contained in:
parent
521ea0a9a8
commit
d71dce5eac
@ -1433,6 +1433,11 @@ end;
|
||||
|
||||
procedure TCocoaScrollBarEffectOverlay.setDelayHidingTimer;
|
||||
begin
|
||||
if Assigned(self.expandTimer) then begin
|
||||
self.expandTimer.invalidate;
|
||||
self.expandTimer:= nil;
|
||||
end;
|
||||
|
||||
if Assigned(self.delayHidingTimer) then
|
||||
self.delayHidingTimer.invalidate;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user