Minor fix: Fix a incorrect min size of COLOR4D_PICKER_DLG on Linux+KDE

This commit is contained in:
jean-pierre charras 2017-10-04 16:35:57 +02:00
parent 3d15690817
commit acccb10ca5
1 changed files with 3 additions and 0 deletions

View File

@ -115,6 +115,9 @@ bool COLOR4D_PICKER_DLG::TransferDataToWindow()
SetEditVals( ALL_CHANGED );
drawAll();
// Now the bitmaps are built, fix the minsizes:
GetSizer()->SetSizeHints( this );
return true;
}