mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Implementation of main RenderingWindow in the RenderingManager.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user