Skip to content
Snippets Groups Projects
Commit 54af477e authored by Jing Bai's avatar Jing Bai Committed by Tobias Hunger
Browse files

keep default kit status in apply()


m_isDefaultKit is changed to wrong value during apply() process,we need
to keep the value so that the rest of the logic works correctly.

Task-number:QTCREATORBUG-8205
Change-Id: Id25e56273ed06957d0a26d893ec26b9bf73864fa
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent e3289b65
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,8 @@ void KitManagerConfigWidget::apply()
if (mustSetDefault)
km->setDefaultKit(m_kit);
m_isDefaultKit = mustSetDefault;
emit dirty();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment