Use stronger language when talking to wx.

This commit is contained in:
Jeff Young 2020-12-06 14:57:26 +00:00
parent 2260597236
commit 3e6b658b92
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ static void selectAllInTextCtrls( wxWindowList& children )
rect.Inflate( std::max( 0, minSize.x - rect.GetWidth() ),
std::max( 0, minSize.y - rect.GetHeight() ) );
child->SetMinSize( rect.GetSize() );
child->SetSize( rect );
}
#endif