sparta: invalidate fake menu only if visible

git-svn-id: trunk@51296 -
This commit is contained in:
ondrej 2016-01-15 09:04:48 +00:00
parent 476ee9dad4
commit 30204b58e5

View File

@ -843,6 +843,7 @@ begin
OnNodePositioning(Self, [pkBottom], pcPositioningEnd);
Application.NotifyUserInputHandler(Self, 0); // force repaint invisible components
end else
if pFakeMenu.Visible then
pFakeMenu.Invalidate; // always repaint menu on modification
FDesignerModified := False;