mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 20:01:33 -07: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;
|
checkable: true;
|
||||||
checked: model.active;
|
checked: model.active;
|
||||||
enabled: UM.Selection.hasSelection;
|
enabled: UM.Selection.hasSelection && UM.Controller.toolsEnabled;
|
||||||
|
|
||||||
style: UM.Theme.styles.tool_button;
|
style: UM.Theme.styles.tool_button;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue