Restore original grid size when finishing the tests in propgrid sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Artur Wieczorek
2015-02-18 17:19:11 +00:00
parent 0974e13153
commit 4e2b863e3e

View File

@@ -1379,6 +1379,9 @@ bool FormMain::RunTests( bool fullTest, bool interactive )
pgman = m_pPropGridManager;
}
// Restore original grid size
FinalizeFramePosition();
RT_START_TEST(none)
bool retVal;