This commit is contained in:
itsmattkc
2019-02-03 08:43:47 +11:00
parent 5f89e6dca9
commit 83c7df53f9
+3
View File
@@ -143,6 +143,9 @@ void ripple_clips(ComboAction* ca, Sequence *s, long point, long length, const Q
}
void Timeline::toggle_show_all() {
if (sequence != nullptr) {
}
showing_all = !showing_all;
if (showing_all) {
old_zoom = zoom;