mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-20 02:29:05 +08:00
fix wxwidget "you can only add images of same size"
This commit is contained in:
parent
0c7c3b1255
commit
27b9ec3eb3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user