Updated behavior navigator pannel and menu. Updated icons.

This commit is contained in:
brunoherbelin
2020-05-29 00:05:26 +02:00
parent 59e1271259
commit f02c90be3e
14 changed files with 398 additions and 120 deletions

View File

@@ -292,6 +292,7 @@ void Mixer::insertSource(Source *s)
layer_.setDepth(s);
// update view to show source created
setCurrentView(View::MIXING);
current_view_->update(0);
current_view_->restoreSettings();
}