mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Lazarus 1.8.4 compatibility
This commit is contained in:
parent
454ab1b1f0
commit
6fd7a6eaee
1 changed files with 1 additions and 1 deletions
|
|
@ -2415,7 +2415,7 @@ begin
|
|||
pnlImage.TabStop:= True;
|
||||
Status.Panels[sbpTextEncoding].Text:= EmptyStr;
|
||||
if CanFocus and pnlImage.CanFocus then pnlImage.SetFocus;
|
||||
PanelEditImage.Visible:= not (bQuickView or (miFullScreen.Checked and not PanelEditImage.MouseInClient));
|
||||
PanelEditImage.Visible:= not (bQuickView or (miFullScreen.Checked and not PanelEditImage.MouseEntered));
|
||||
end;
|
||||
|
||||
bAnimation := (Panel = pnlImage) and (GifAnim.Visible);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue