Implement wxWindow::GetWindowBorderSize() in wxQt
This notably fixes the appearance of wxSearchCtrl in this port. Closes #24318.
This commit is contained in:
parent
9a27e206ce
commit
e10bf0c344
2 changed files with 26 additions and 0 deletions
|
|
@ -112,6 +112,8 @@ public:
|
|||
virtual int GetScrollThumb( int orient ) const override;
|
||||
virtual int GetScrollRange( int orient ) const override;
|
||||
|
||||
virtual wxSize GetWindowBorderSize() const override;
|
||||
|
||||
// scroll window to the specified position
|
||||
virtual void ScrollWindow( int dx, int dy,
|
||||
const wxRect* rect = nullptr ) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue