mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Disable toolbar while running tooloperation
This commit is contained in:
parent
4d14e375ca
commit
f8e2d4f035
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ Item {
|
|||
y: UM.Theme.sizes.default_margin.height;
|
||||
|
||||
source: UM.ActiveTool.valid ? UM.ActiveTool.activeToolPanel : "";
|
||||
enabled: UM.Controller.toolsEnabled;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue