Qt: make arrow keys work at design time. issue #41453

This commit is contained in:
zeljan1 2025-02-22 19:12:34 +01:00
parent 9ad5559338
commit 20d22eae2a

View File

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