mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
BugFix WorkspaceWindow clear on ESC and Transition view
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user