BugFix WorkspaceWindow clear on ESC and Transition view

This commit is contained in:
Bruno Herbelin
2022-03-27 00:09:18 +01:00
parent 5b6ec81cee
commit 0f3e856438
2 changed files with 16 additions and 5 deletions

View File

@@ -157,8 +157,10 @@ void TransitionView::update(float dt)
// request update
transition_source_->touch();
if (d > 0.2f)
if (d > 0.2f) {
Mixer::manager().setView(View::MIXING);
WorkspaceWindow::restoreWorkspace();
}
}