Fix the engine log window after changing it to use Window instead of Dialog

This commit is contained in:
Arjen Hiemstra 2015-04-23 11:38:02 +02:00
parent 61de130880
commit 6d0e31aa8d
2 changed files with 36 additions and 14 deletions

View file

@ -301,7 +301,7 @@ UM.MainWindow {
documentation.onTriggered: Qt.openUrlExternally("https://ultimaker.com/en/support");
reportBug.onTriggered: Qt.openUrlExternally("https://github.com/Ultimaker/PluggableCura/issues");
showEngineLog.onTriggered: engineLog.open();
showEngineLog.onTriggered: engineLog.visible = true;
}
Menu {