Disable toolbar while running tooloperation

This commit is contained in:
fieldOfView 2016-01-12 10:14:34 +01:00
parent 4d14e375ca
commit f8e2d4f035

View file

@ -97,6 +97,7 @@ Item {
y: UM.Theme.sizes.default_margin.height;
source: UM.ActiveTool.valid ? UM.ActiveTool.activeToolPanel : "";
enabled: UM.Controller.toolsEnabled;
}
}
}