Disable using the toolbar while a tooloperation is ongoing

This commit is contained in:
fieldOfView 2016-01-21 14:57:58 +01:00
parent f8e2d4f035
commit 42673c7c68

View file

@ -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;