Fixed crashing after filament preset changing from Plater

This commit is contained in:
YuSanka 2018-11-01 15:58:14 +01:00
parent 7c673179f6
commit 2200e42174

View file

@ -795,7 +795,7 @@ void Sidebar::show_button(ButtonAction but_action, bool show)
bool Sidebar::is_multifilament()
{
return p->combos_filament.size() > 0;
return p->combos_filament.size() > 1;
}