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

(cherry picked from commit 20d22eae2a)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
This commit is contained in:
Željan Rikalo 2025-02-22 23:45:42 +00:00 committed by Željan Rikalo
parent 44f1ea933f
commit e65b28a14a

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