This commit is contained in:
jean-pierre charras 2020-11-30 19:13:14 +01:00
parent 1fd862a362
commit d28fa6c492
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ void PROPERTIES_FRAME::CopyPrmsFromItemToPanel( WS_DATA_ITEM* aItem )
// This call is mandatory on wxGTK to initialize the right virtual size and therefore
// scrollbars, but for some reason, create issues on Windows (incorrect disply
// until the frame is resized). Joys of multiplatform dev.
m_swItemProperties->->Fit();
m_swItemProperties->Fit();
#endif
// send a size event to be sure scrollbars will be added/removed as needed
m_swItemProperties->PostSizeEvent();