mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: grid may be not updated when right clicking on macOS
This commit is contained in:
parent
1697f71867
commit
65936a489e
1 changed files with 3 additions and 0 deletions
|
|
@ -965,6 +965,9 @@ begin
|
|||
{$IF DEFINED(LCLWIN32)}
|
||||
FMouseFocus:= MainControl.Focused;
|
||||
SetFocus;
|
||||
{$ELSEIF DEFINED(LCLCOCOA)}
|
||||
FMouseFocus:= MainControl.Focused;
|
||||
MainControl.Invalidate;
|
||||
{$ELSE}
|
||||
FMouseFocus := not FMouseEnter;
|
||||
FMouseEnter := False;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue