mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-30 07:35:12 +08:00
Fixed crashing after filament preset changing from Plater
This commit is contained in:
parent
7c673179f6
commit
2200e42174
@ -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…
x
Reference in New Issue
Block a user