mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 10:19:13 +02:00
MenuEditor: Cleanup: Removed RefreshFakes as it is already called in UpdateBoxLocationsAndSizes.
git-svn-id: trunk@57570 -
This commit is contained in:
parent
c103818545
commit
7aa9f045f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user