Standardizing dialog button boxes across material editor and component
Making dialogs modal https://jira.agscollab.com/browse/ATOM-15173 https://jira.agscollab.com/browse/ATOM-15174
This commit is contained in:
+2
@@ -37,6 +37,8 @@ namespace MaterialEditor
|
||||
//Connect ok and cancel buttons
|
||||
QObject::connect(m_ui->m_buttonBox, &QDialogButtonBox::accepted, this, &QDialog::accept);
|
||||
QObject::connect(m_ui->m_buttonBox, &QDialogButtonBox::rejected, this, &QDialog::reject);
|
||||
|
||||
setModal(true);
|
||||
}
|
||||
|
||||
void CreateMaterialDialog::InitMaterialTypeSelection()
|
||||
|
||||
Reference in New Issue
Block a user