MenuEditor: Show FakeButtons on correct place, when deleting a MenuItem. Fixed breaking revision 54863 #9aefaf534a.

git-svn-id: trunk@55391 -
This commit is contained in:
michl 2017-06-25 21:27:20 +00:00
parent a408181660
commit 0aa859bd87

View File

@ -910,7 +910,10 @@ begin
if box=FRootBox then
FRootBox:=nil;
Application.ReleaseComponent(box);
box:=nil;
end;
if Assigned(box) then
box.LocateShadows;
UpdateBoxLocationsAndSizes;
SetSelectedMenuItem(nearestMI, False, True);
FDesigner.FGui.UpdateStatistics;