mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Viewer - remove a border in the full screen view (fixes #2235)
This commit is contained in:
parent
d3f15d726c
commit
0f43599f75
1 changed files with 2 additions and 0 deletions
|
|
@ -3820,6 +3820,7 @@ begin
|
|||
miStretchOnlyLarge.Checked:= False;
|
||||
if miPreview.Checked then cm_Preview(['']);
|
||||
actFullscreen.ImageIndex:= 25;
|
||||
sboxImage.BorderStyle:= bsNone;
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
|
@ -3834,6 +3835,7 @@ begin
|
|||
{$ENDIF}
|
||||
ToolBar1.Visible:= True;
|
||||
actFullscreen.ImageIndex:= 22;
|
||||
sboxImage.BorderStyle:= bsSingle;
|
||||
end;
|
||||
if ExtractOnlyFileExt(FileList.Strings[iActiveFile]) <> 'gif' then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue