ui: Prevent activation of already activated Tokens

This commit is contained in:
Eberhard Graether
2015-05-21 03:32:02 +02:00
parent 5868fe4d39
commit 1e8d8cece0
7 changed files with 24 additions and 28 deletions
+1 -1
View File
@@ -9,8 +9,8 @@
QtCodeFileList::QtCodeFileList(QWidget* parent)
: QScrollArea(parent)
, m_showMaximizeButton(true)
, m_focusedTokenId(0)
, m_showMaximizeButton(true)
{
m_frame = std::make_shared<QFrame>(this);