Don't crash when laying out wxGridBagSizer with only hidden elements.
wxGridBagSizer lay out algorithm needs at least a single row and a single column to work, so simply don't run it at all if there is nothing to lay out. Closes #15475. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -576,6 +576,7 @@ All (GUI):
|
||||
- Add wxPropertyGridPageState::GetColumnFullWidth() (Teodor Petrov).
|
||||
- wxRTC: extracted XML utilities into a separate class for potential reuse.
|
||||
- wxPropertyGrid: improve composite flags handling (Jens Lody).
|
||||
- Don't crash laying out wxGridBagSizer with only hidden elements (briceandre).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user