fix wxwidget "you can only add images of same size"

This commit is contained in:
supermerill 2021-05-23 22:46:16 +02:00 committed by remi durand
parent 0c7c3b1255
commit 27b9ec3eb3

View File

@ -366,7 +366,7 @@ void PresetComboBox::fill_width_height()
space_icon_width = lroundf(2 * scale_f);
thin_space_icon_width = 2 * space_icon_width;
wide_space_icon_width = 3 * space_icon_width;
wide_space_icon_width = thin_icon_width + space_icon_width - thin_space_icon_width;//3 * space_icon_width;
}
wxString PresetComboBox::separator(const std::string& label)