We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfa827 commit 896cd28Copy full SHA for 896cd28
ChangeLog
@@ -6,6 +6,9 @@ ChangeLog
6
7
GIT HEAD
8
9
+- Track/Export Tracks... dialog ranges are not capped to current
10
+ session-end anymore. (EXPERIMENTAL)
11
+
12
- Fixed MIDI clip editor vertical-zooming when using the [Ctrl+]
13
mouse-wheel.
14
src/qtractorExportForm.cpp
@@ -476,10 +476,10 @@ void qtractorExportForm::rangeChanged (void)
476
iExportStart = pSession->sessionStart();
477
iExportEnd = pSession->sessionEnd();
478
}
479
-
+#if 0
480
if (iExportEnd > pSession->sessionEnd())
481
482
+#endif
483
m_ui.ExportStartSpinBox->setValue(iExportStart, false);
484
m_ui.ExportEndSpinBox->setValue(iExportEnd, false);
485
0 commit comments