From 60c4f9eb8e42a2f1581d8a79dbae6245e405ae3f Mon Sep 17 00:00:00 2001 From: Lubos Dolezel Date: Thu, 4 Jun 2015 13:45:33 +0200 Subject: Fix missing checkbox after new profile added in selectprofileform --- src/gui/selectprofileform.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui') 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. -- cgit v1.2.3