wxQt: Add wxFrame::GetClientAreaOrigin() override
This ensure that wxWindow::ClientToScreen() returns consistent results for the top level and children windows. Closes #22969.
This commit is contained in:
parent
f8ce99bf66
commit
a9b54975a6
2 changed files with 40 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ public:
|
|||
virtual QScrollArea *QtGetScrollBarsContainer() const override;
|
||||
|
||||
protected:
|
||||
virtual wxPoint GetClientAreaOrigin() const override;
|
||||
virtual void DoGetClientSize(int *width, int *height) const override;
|
||||
virtual void DoSetClientSize(int width, int height) override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue