T466: Added disabling of view button

This commit is contained in:
Victor Larchenko 2016-10-21 16:06:28 +06:00 committed by Youness Alaoui
parent 9da00563e5
commit 84add5be84
4 changed files with 15 additions and 3 deletions

View file

@ -406,7 +406,8 @@ UM.MainWindow
iconSource: UM.Theme.getIcon("viewmode");
style: UM.Theme.styles.tool_button;
tooltip: '';
tooltip: "";
enabled: !PrintInformation.isPreSliced
menu: ViewMenu { }
}