fix #55 - flash icon doesn't work just after "view in mini explorer"

This commit is contained in:
Basile Burg 2016-05-24 18:45:08 +02:00
parent b27b2dd8ff
commit 8575888fa8
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
Align = alTop Align = alTop
Columns = < Columns = <
item item
Width = 314 Width = 331
end> end>
ReadOnly = True ReadOnly = True
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth
@ -63,7 +63,7 @@ inherited CEMiniExplorerWidget: TCEMiniExplorerWidget
Top = 32 Top = 32
Width = 335 Width = 335
Align = alTop Align = alTop
DefaultItemHeight = 18 DefaultItemHeight = 16
Images = imgList Images = imgList
ReadOnly = True ReadOnly = True
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth

View File

@ -692,6 +692,7 @@ begin
end; end;
if dig(node) then break; if dig(node) then break;
end; end;
fLastListOrTree := Tree;
showWidget; showWidget;
end; end;
{$ENDREGION} {$ENDREGION}