summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/selectprofileform.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/selectprofileform.cpp b/src/gui/selectprofileform.cpp
index e900dcc..0049dbe 100644
--- a/src/gui/selectprofileform.cpp
+++ b/src/gui/selectprofileform.cpp
@@ -351,6 +351,7 @@ void SelectProfileForm::newProfileCreated()
profileListView);
item->setFlags(item->flags() | Qt::ItemIsUserCheckable);
+ item->setCheckState(Qt::Unchecked);
// Make the new profile the selected profile
// Do not change this without changing the exec method.