ソースを参照

Use new production report for profile loading

Neal Wilson 8年前
コミット
73739a9f54
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      config/Windows/productionroaster.xml

+ 1
- 1
config/Windows/productionroaster.xml ファイルの表示

@@ -1049,7 +1049,7 @@
1049 1049
         var compareMenu = findChildObject(this, 'compare');
1050 1050
         compareMenu.triggered.connect(function() {
1051 1051
             QSettings.setValue('cseries', lc+1);
1052
-            var history = createWindow("history");
1052
+            var history = createReport("historyreport.xml");
1053 1053
             history.windowTitle = 'Typica - Roasting Log';
1054 1054
         });
1055 1055
         var printMenu = findChildObject(this, 'print');

読み込み中…
キャンセル
保存