Skip to content

Commit

Permalink
remove editor setChecked as reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
octaeder committed Feb 13, 2024
1 parent 67377cf commit 41774b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/templateselector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ void TemplateSelector::showInfo(QTreeWidgetItem *currentItem, QTreeWidgetItem *p
ui.rbCreateInFolder->setChecked(true);
ui.rbCreateInEditor->setEnabled(false);
} else {
ui.rbCreateInEditor->setChecked(true);
ui.rbCreateInEditor->setEnabled(true);
}
} else {
Expand Down

0 comments on commit 41774b0

Please sign in to comment.