Fixed crashing after filament preset changing from Plater
This commit is contained in:
parent
7c673179f6
commit
2200e42174
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue