further work on timeline rewrite

This commit is contained in:
itsmattkc
2019-03-31 10:36:01 +11:00
parent 8e95210b22
commit f40b744dd4
23 changed files with 660 additions and 533 deletions
+2 -2
View File
@@ -639,10 +639,10 @@ void EffectControls::Load() {
QVBoxLayout* layout;
if (c->track() < 0) {
if (c->type() == Track::kTypeVideo) {
vcontainer->setVisible(true);
layout = video_effect_layout;
} else {
} else if (c->type() == Track::kTypeAudio) {
acontainer->setVisible(true);
layout = audio_effect_layout;
}