GUI Selection of rendering resolution for session and settings.

This commit is contained in:
brunoherbelin
2020-05-12 00:29:08 +02:00
parent 32030e66dc
commit 6196f7f69e
8 changed files with 34 additions and 58 deletions

View File

@@ -428,7 +428,7 @@ void Mixer::newSession()
delete back_session_;
// create empty session
back_session_ = new Session;
back_session_ = new Session;
// swap current with empty
swap();