mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 21:41:35 +02:00
sparta: fix endless TMainMenu refresh. Issue #29318
git-svn-id: trunk@51164 -
This commit is contained in:
parent
afa4f54991
commit
b2c2565415
@ -825,6 +825,8 @@ begin
|
|||||||
PositionNodes(Self)
|
PositionNodes(Self)
|
||||||
else if FOldHasMainMenu then
|
else if FOldHasMainMenu then
|
||||||
pBG.Invalidate;
|
pBG.Invalidate;
|
||||||
|
|
||||||
|
FMenuChanged := False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TResizerFrame.Destroy;
|
destructor TResizerFrame.Destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user