Disable other buttons while toolbox is downloading to avoid crashes.

I did it that way to not be risky because we're close to the release.

Contributes to CURA-5778.
This commit is contained in:
Diego Prado Gesto 2018-10-01 17:21:34 +02:00
parent a6e98f344e
commit 77fd05ac70
5 changed files with 10 additions and 8 deletions

View file

@ -9,9 +9,8 @@ import UM 1.1 as UM
Item
{
id: page
property var details: base.selection
property var details: base.selection || {}
anchors.fill: parent
width: parent.width
ToolboxBackColumn
{
id: sidebar