mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
Qt: do not trigger warning "level 2 comment found" when compiling ws.
git-svn-id: trunk@61140 -
This commit is contained in:
parent
485494fb4d
commit
5f50baabd0
@ -7582,7 +7582,7 @@ begin
|
||||
R.Top := R.Top - FFrameMargins.Top;
|
||||
if (R.Left <> QWidget_x(Widget)) or (R.Top <> QWidget_y(Widget)) then
|
||||
begin
|
||||
DebugLn('WARNING: QEventActivationChange(*TRUE*) ',GetWindowManager,' wm strange position: ',Format('X11 x %d y %d Qt x %d y %d',[R.Left, R.Top, QWidget_x(Widget), QWidget_y(Widget)]));
|
||||
DebugLn('WARNING: QEventActivationChange(TRUE) ',GetWindowManager,' wm strange position: ',Format('X11 x %d y %d Qt x %d y %d',[R.Left, R.Top, QWidget_x(Widget), QWidget_y(Widget)]));
|
||||
FFormHasInvalidPosition := True;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user