Cocoa: improve the handling of the mouse passing through the Overlay Style Scroller quickly

This commit is contained in:
rich2014 2024-07-02 20:18:29 +08:00
parent 521ea0a9a8
commit d71dce5eac

View File

@ -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;