BranchWatchDialog: Resolve Linux FIXME

This stopped being an issue for me with a recent package update, so I guess Qt6 was fixed upstream?
This commit is contained in:
mitaclaw
2024-05-24 16:44:43 -07:00
parent 4a2ec86a9a
commit 3b214a4978
2 changed files with 6 additions and 11 deletions

View File

@ -206,6 +206,7 @@ void CodeWidget::OnBranchWatchDialog()
m_branch_watch_dialog = new BranchWatchDialog(m_system, m_system.GetPowerPC().GetBranchWatch(),
m_ppc_symbol_db, this, this);
}
SetQWidgetWindowDecorations(m_branch_watch_dialog);
m_branch_watch_dialog->show();
m_branch_watch_dialog->raise();
m_branch_watch_dialog->activateWindow();