FIX: Lazarus 1.8.4 compatibility

This commit is contained in:
Alexander Koblov 2019-02-13 18:54:58 +00:00
commit 6fd7a6eaee

View file

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