mirror of https://gitlab.com/basile.b/dexed.git
workaround a probable small issue in gtk2 widgetset interface
This commit is contained in:
parent
76d3fdafc2
commit
1f89e140e2
|
@ -327,7 +327,9 @@ begin
|
|||
treeFolders.StateImages := fImages;
|
||||
|
||||
lstFiles.SmallImages := fImages;
|
||||
{$IFNDEF WINDOWS}
|
||||
lstFiles.StateImages := fImages;
|
||||
{$ENDIF}
|
||||
lstFiles.OnEnter:=@lstFilesEnter;
|
||||
|
||||
fEditableOptions:= TCEMiniExplorerEditableOptions.create(self);
|
||||
|
|
Loading…
Reference in New Issue