|
@@ -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++) {
|