diff --git a/src/propgrid/manager.cpp b/src/propgrid/manager.cpp index 8718e34e15..bc94bb6274 100644 --- a/src/propgrid/manager.cpp +++ b/src/propgrid/manager.cpp @@ -461,10 +461,7 @@ bool wxPropertyGridManager::Create( wxWindow *parent, name ); Init2(style); - // FIXME: this changes call ordering so wxPropertyGrid is created - // immediately, before SetExtraStyle has a chance to be called. However, - // without it, we may get assertions if size is wxDefaultSize. - //SetInitialSize(size); + SetInitialSize(size); return res; }