forked from qt-creator/qt-creator
Set a parent on the debugging build log dialog
Prevents flicker when clicking the parent settings dialog.
This commit is contained in:
@@ -320,7 +320,7 @@ void QtOptionsPageWidget::showDebuggingBuildLog()
|
||||
if (currentItemIndex < 0)
|
||||
return;
|
||||
// Show and scroll to bottom
|
||||
QDialog dlg;
|
||||
QDialog dlg(this);
|
||||
Ui_ShowBuildLog ui;
|
||||
ui.setupUi(&dlg);
|
||||
ui.log->setPlainText(currentItem->data(2, Qt::UserRole).toString());
|
||||
|
||||
Reference in New Issue
Block a user