fix shaky text while resizing

This commit is contained in:
yw4z
2026-03-11 14:43:27 +03:00
parent eab3139268
commit e5a1020fcb
2 changed files with 27 additions and 8 deletions

View File

@@ -20,6 +20,8 @@ public:
private:
wxString m_title;
mutable int m_cachedX = -1;
mutable int m_cachedWidth = -1;
};
class BBLTopbar : public wxAuiToolBar