Implementation of main RenderingWindow in the RenderingManager.

This commit is contained in:
brunoherbelin
2020-05-31 23:00:47 +02:00
parent 010337518b
commit 38694a474d
4 changed files with 244 additions and 386 deletions

View File

@@ -168,7 +168,7 @@ void Mixer::update()
// swap front and back sessions
swap();
// set session filename
Rendering::manager().setWindowTitle(session_->filename());
Rendering::manager().mainWindow().setTitle(session_->filename());
Settings::application.recentSessions.push(session_->filename());
}
}