mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 00:40:43 +01:00
designer: restore occasionally removed 'not'
git-svn-id: trunk@16857 -
This commit is contained in:
parent
f43da932e4
commit
1ea08777de
@ -1179,8 +1179,8 @@ begin
|
||||
PaintClientGrid(TWinControl(Sender),DDC);
|
||||
end;
|
||||
|
||||
if (WidgetSet.GetLCLCapability(lcCanDrawOutsideOnPaint) <> 0)
|
||||
and EnvironmentOptions.DesignerPaintLazy then
|
||||
if (WidgetSet.GetLCLCapability(lcCanDrawOutsideOnPaint) <> 0) and
|
||||
not EnvironmentOptions.DesignerPaintLazy then
|
||||
DoPaintDesignerItems;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user