mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 02:10:08 +02:00
Qt: make arrow keys work at design time. issue #41453
This commit is contained in:
parent
9ad5559338
commit
20d22eae2a
@ -5357,7 +5357,7 @@ end;
|
||||
|
||||
function TQtWidget.ProcessArrowKeys: Boolean;
|
||||
begin
|
||||
Result := False;
|
||||
Result := Assigned(LCLObject) and (csDesigning in LCLObject.ComponentState);
|
||||
end;
|
||||
|
||||
class procedure TQtWidget.removeProperty(AObject: QObjectH; APropName: PAnsiChar);
|
||||
|
Loading…
Reference in New Issue
Block a user