mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Blinking while viewing animated GIF
This commit is contained in:
parent
7435542cba
commit
928dcd18e0
1 changed files with 3 additions and 2 deletions
|
|
@ -1430,8 +1430,9 @@ begin
|
|||
|
||||
FFindDialog:=nil; // dialog is created in first use
|
||||
|
||||
miStretch.Checked:= gImageStretch;
|
||||
miPreview.Checked:= gPreviewVisible;
|
||||
sboxImage.DoubleBuffered := True;
|
||||
miStretch.Checked := gImageStretch;
|
||||
miPreview.Checked := gPreviewVisible;
|
||||
ComboBoxPaint.Text := gImagePaintMode;
|
||||
ComboBoxWidth.Text := IntToStr(gImagePaintWidth);
|
||||
ColorBoxPaint.Selected := gImagePaintColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue