Don't trigger an action during combination capturing

ref T595
This commit is contained in:
Roland Rossgotterer
2019-04-10 15:42:45 +02:00
committed by Mat Sutcliffe
parent 59c69e379a
commit c51a1b8c7b

View File

@@ -166,6 +166,7 @@ namespace BlackCore
emit combinationSelectionChanged(currentCombination);
m_capturedCombination = currentCombination;
}
return;
}
for (const CHotkeyCombination &combination : makeKeysRange(as_const(m_configuredActions)))