mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 23:40:40 +02:00
Qt: fixed design form cursor change. related to issue #29159
git-svn-id: trunk@50752 -
This commit is contained in:
parent
a452f166d8
commit
d8f4fd2b8e
@ -6988,7 +6988,8 @@ begin
|
|||||||
{$IFDEF QTSCROLLABLEFORMS}
|
{$IFDEF QTSCROLLABLEFORMS}
|
||||||
QEventMouseMove: // issue #29159
|
QEventMouseMove: // issue #29159
|
||||||
begin
|
begin
|
||||||
if IsMdiChild then
|
if IsMdiChild or
|
||||||
|
(Assigned(LCLObject) and (csDesigning in LCLObject.ComponentState)) then
|
||||||
Result := inherited EventFilter(Sender, Event)
|
Result := inherited EventFilter(Sender, Event)
|
||||||
else
|
else
|
||||||
Result := False;
|
Result := False;
|
||||||
|
Loading…
Reference in New Issue
Block a user