Fix for potential layout glitches in wxGridBagSizer when items span cells but
some other item affects the size of one of spanned rows/cols. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -286,6 +286,9 @@ public:
|
||||
|
||||
protected:
|
||||
wxGBPosition FindEmptyCell();
|
||||
#if wxABI_VERSION >= 20808
|
||||
void AdjustForOverflow();
|
||||
#endif
|
||||
|
||||
wxSize m_emptyCellSize;
|
||||
|
||||
|
Reference in New Issue
Block a user