Refactor setting main frame size in propgrid sample
Determine and set main frame size on creation.
This commit is contained in:
@@ -1765,7 +1765,6 @@ bool FormMain::RunTests( bool fullTest, bool interactive )
|
||||
|
||||
// Test with multiple columns
|
||||
ReplaceGrid( -1, -1 );
|
||||
FinalizeFramePosition();
|
||||
pgman = m_pPropGridManager;
|
||||
for ( i=3; i<12; i+=2 )
|
||||
{
|
||||
@@ -1811,9 +1810,6 @@ bool FormMain::RunTests( bool fullTest, bool interactive )
|
||||
pgman = m_pPropGridManager;
|
||||
}
|
||||
|
||||
// Restore original grid size
|
||||
FinalizeFramePosition();
|
||||
|
||||
RT_START_TEST(none)
|
||||
|
||||
bool retVal;
|
||||
|
Reference in New Issue
Block a user