Minor fix: Fix a incorrect min size of COLOR4D_PICKER_DLG on Linux+KDE
This commit is contained in:
parent
3d15690817
commit
acccb10ca5
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue