[nostalgia/studio] Fix Context to actually have tab parent

This commit is contained in:
Gary Talent 2020-10-12 20:01:21 -05:00
parent c671c8bd66
commit af71bef4f7

View File

@ -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();