mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 23:32:33 +02:00
Qt,Qt5: do not send LM_MOVE from viewport of TCustomControl since param is position of viewport by itself.
git-svn-id: trunk@60248 -
This commit is contained in:
parent
fc99f0b187
commit
d7e48acfb9
@ -17114,6 +17114,7 @@ begin
|
||||
end;
|
||||
Result := inherited EventFilter(Sender, Event);
|
||||
end;
|
||||
QEventMove: ; // do not flood LCL with viewport position
|
||||
QEventResize:
|
||||
begin
|
||||
// immediate update clientRect !
|
||||
|
@ -17083,10 +17083,7 @@ begin
|
||||
end;
|
||||
Result := inherited EventFilter(Sender, Event);
|
||||
end;
|
||||
{$IFDEF DARWIN}
|
||||
// issue #34880, do not send move events from viewport.
|
||||
QEventMove: ;
|
||||
{$ENDIF}
|
||||
QEventMove: ; // do not flood LCL with viewport position
|
||||
QEventResize:
|
||||
begin
|
||||
// immediate update clientRect !
|
||||
|
Loading…
Reference in New Issue
Block a user