Never disable the view button

Fixes #443
CURA-225 #done
This commit is contained in:
Arjen Hiemstra 2015-10-01 12:31:21 +02:00
parent 16c5aeba68
commit a63db94d06

View file

@ -373,9 +373,7 @@ UM.MainWindow
{
id: viewModeButton
property bool verticalTooltip: true
property bool activity: Printer.getPlatformActivity;
enabled: viewModeButton.activity
anchors
{
top: parent.top;