Fix wxStatusBar crash when calling GetFieldRect early on wxQt.
This commit is contained in:
parent
966b6e9460
commit
8730858eae
2 changed files with 6 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ protected:
|
|||
virtual void DoUpdateStatusText(int number) override;
|
||||
|
||||
private:
|
||||
void UpdateFields();
|
||||
void CreateFieldsIfNeeded();
|
||||
|
||||
QStatusBar *m_qtStatusBar = nullptr;
|
||||
std::vector<QWidget*> m_qtPanes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue