MenuEditor: Cleanup: Removed RefreshFakes as it is already called in UpdateBoxLocationsAndSizes.

git-svn-id: trunk@57570 -
This commit is contained in:
michl 2018-03-27 19:48:18 +00:00
parent c103818545
commit 7aa9f045f5

View File

@ -1523,7 +1523,6 @@ begin
(mi.ShortCut <> 0) or (mi.ShortCutKey2 <> 0) then
FDesigner.Shortcuts.UpdateShortcutList(True);
if (FSelectedMenuItem <> nil) then begin
RefreshFakes;
SelectedShadowItem.Invalidate;
end;
FDesigner.FGui.UpdateStatistics;