mirror of https://gitlab.com/basile.b/dexed.git
fix #55 - flash icon doesn't work just after "view in mini explorer"
This commit is contained in:
parent
b27b2dd8ff
commit
8575888fa8
|
@ -28,7 +28,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
Align = alTop
|
||||
Columns = <
|
||||
item
|
||||
Width = 314
|
||||
Width = 331
|
||||
end>
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
|
@ -63,7 +63,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
|
|||
Top = 32
|
||||
Width = 335
|
||||
Align = alTop
|
||||
DefaultItemHeight = 18
|
||||
DefaultItemHeight = 16
|
||||
Images = imgList
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
|
|
|
@ -692,6 +692,7 @@ begin
|
|||
end;
|
||||
if dig(node) then break;
|
||||
end;
|
||||
fLastListOrTree := Tree;
|
||||
showWidget;
|
||||
end;
|
||||
{$ENDREGION}
|
||||
|
|
Loading…
Reference in New Issue