Sfoglia il codice sorgente

Use new production report for profile loading

Neal Wilson 8 anni fa
parent
commit
73739a9f54
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      config/Windows/productionroaster.xml

+ 1
- 1
config/Windows/productionroaster.xml Vedi File

@@ -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…
Annulla
Salva