Skip to content

Commit

Permalink
Qt: column edit default checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rknall committed Jun 30, 2022
1 parent b250224 commit 4149d52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/qt/column_editor_frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,6 @@ void ColumnEditorFrame::checkCanResolve()
ui->resolvedCheckBox->setEnabled(true);
} else {
ui->resolvedCheckBox->setEnabled(false);
ui->resolvedCheckBox->setChecked(false);
}
}

0 comments on commit 4149d52

Please sign in to comment.