mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
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()
|
bool Sidebar::is_multifilament()
|
||||||
{
|
{
|
||||||
return p->combos_filament.size() > 0;
|
return p->combos_filament.size() > 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue