mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-17 13:19:59 +01:00
BugFix restore view after source delete
Was causing crash in Texturing view
This commit is contained in:
@@ -649,6 +649,9 @@ void Mixer::deleteSource(Source *s)
|
|||||||
// revert to mixing view
|
// revert to mixing view
|
||||||
setView(View::MIXING);
|
setView(View::MIXING);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// need to deeply update view to apply eventual changes
|
||||||
|
++View::need_deep_update_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user