mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Set minimum width, so that drop down is still readable on small screens
CURA-9514
This commit is contained in:
parent
db0b668739
commit
eea8935741
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ class MachineManager(QObject):
|
|||
extruder_manager.fixSingleExtrusionMachineExtruderDefinition(global_stack)
|
||||
if not global_stack.isValid():
|
||||
# Mark global stack as invalid
|
||||
print("C")
|
||||
ConfigurationErrorMessage.getInstance().addFaultyContainers(global_stack.getId())
|
||||
return # We're done here
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue