瀏覽代碼

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');

Loading…
取消
儲存