Quellcode durchsuchen

Prompt for confirmation when closing logging window while roasting a batch.

Neal Wilson vor 11 Jahren
Ursprung
Commit
d48545a8d8
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      config/Windows/productionroaster.xml

+ 2
- 0
config/Windows/productionroaster.xml Datei anzeigen

@@ -495,6 +495,7 @@
495 495
 				externtrans.display(0);
496 496
 			}
497 497
 			stop.enabled = true;
498
+			window.windowModified = true;
498 499
         });
499 500
 		for(var i = 0; i < annotationButtons.length; i++) {
500 501
 			if(channels.length > 0)
@@ -544,6 +545,7 @@
544 545
 				offsets[translationChannel].measurement.disconnect(currentDetector.newMeasurement);
545 546
 			}
546 547
 			start.enabled = true;
548
+			window.windowModified = false;
547 549
         });
548 550
 		stop.annotation.connect(function(note, tcol, ncol) {
549 551
 			for(var i = tcol; i < ncol; i++) {

Laden…
Abbrechen
Speichern