mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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;
|
y: UM.Theme.sizes.default_margin.height;
|
||||||
|
|
||||||
source: UM.ActiveTool.valid ? UM.ActiveTool.activeToolPanel : "";
|
source: UM.ActiveTool.valid ? UM.ActiveTool.activeToolPanel : "";
|
||||||
|
enabled: UM.Controller.toolsEnabled;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue