Qt: do not trigger warning "level 2 comment found" when compiling ws.

git-svn-id: trunk@61140 -
This commit is contained in:
zeljko 2019-05-05 09:30:52 +00:00
parent 485494fb4d
commit 5f50baabd0

View File

@ -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;