mirror of https://github.com/BOINC/boinc.git
MGR: Fix assert
This commit is contained in:
parent
52f786e2a8
commit
24363a7e09
|
@ -52,6 +52,7 @@ CDlgItemProperties::CDlgItemProperties(wxWindow* parent) :
|
|||
m_bSizer2 = new wxBoxSizer( wxVERTICAL );
|
||||
|
||||
m_gbSizer = new wxGridBagSizer( 0, 0 );
|
||||
m_gbSizer->SetCols(2);
|
||||
m_gbSizer->AddGrowableCol( 1 );
|
||||
m_gbSizer->SetFlexibleDirection( wxBOTH );
|
||||
m_gbSizer->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
|
||||
|
|
Loading…
Reference in New Issue