[nostalgia/studio] Fix Context to actually have tab parent
This commit is contained in:
parent
c671c8bd66
commit
af71bef4f7
@ -55,6 +55,7 @@ MainWindow::MainWindow(QString profilePath) {
|
||||
setWindowTitle(m_profile.appName);
|
||||
m_ctx.appName = m_profile.appName;
|
||||
m_ctx.orgName = m_profile.orgName;
|
||||
m_ctx.tabParent = m_tabs;
|
||||
|
||||
m_tabs = new QTabWidget(this);
|
||||
auto tabBar = m_tabs->tabBar();
|
||||
|
Loading…
Reference in New Issue
Block a user