summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.cpp')
-rw-r--r--SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.cpp b/SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.cpp
index cf234f7..f4eb3eb 100644
--- a/SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.cpp
+++ b/SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.cpp
@@ -217,7 +217,7 @@ void ColumnForeignKeyPanel::storeConfiguration()
storeCondition(SqliteForeignKey::Condition::DELETE, ui->onDeleteCombo->currentText());
if (ui->onUpdateCheckBox->isChecked())
- storeCondition(SqliteForeignKey::Condition::UPDATE, ui->onDeleteCombo->currentText());
+ storeCondition(SqliteForeignKey::Condition::UPDATE, ui->onUpdateCombo->currentText());
if (ui->matchCheckBox->isChecked())
storeMatchCondition(ui->matchCombo->currentText());