mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Disable using the toolbar while a tooloperation is ongoing
This commit is contained in:
parent
f8e2d4f035
commit
42673c7c68
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Item {
|
|||
|
||||
checkable: true;
|
||||
checked: model.active;
|
||||
enabled: UM.Selection.hasSelection;
|
||||
enabled: UM.Selection.hasSelection && UM.Controller.toolsEnabled;
|
||||
|
||||
style: UM.Theme.styles.tool_button;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue