mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 02:18:03 +02:00
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:
parent
a408181660
commit
0aa859bd87
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user