diff options
author | con <[email protected]> | 2010-06-11 15:33:11 +0200 |
---|---|---|
committer | con <[email protected]> | 2010-06-11 15:33:11 +0200 |
commit | 5e40846c2360877ddfbd54760e85b45929561373 (patch) | |
tree | e43639c6d2b6da807586e89d594315b0ed9327da /src/plugins/debugger/debuggeractions.cpp | |
parent | 3c6643cd75666bfc0ada05a0cffb48a230631b1a (diff) |
Fixes: Not possible to tell whether "Operate by instruction" is enabled
from Menu entry
Don't show the icon of checkable items in the menu to avoid being
affected by broken styles.
Task-number: QTCREATORBUG-1173
Diffstat (limited to 'src/plugins/debugger/debuggeractions.cpp')
-rw-r--r-- | src/plugins/debugger/debuggeractions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp index 7a8d7a3c485..ba95f5f380e 100644 --- a/src/plugins/debugger/debuggeractions.cpp +++ b/src/plugins/debugger/debuggeractions.cpp @@ -227,6 +227,7 @@ DebuggerSettings *DebuggerSettings::instance() "operation mode. In this mode, stepping operates on single " "instructions and the source location view also shows the " "disassembled instructions.")); + item->setIconVisibleInMenu(false); instance->insertItem(OperateByInstruction, item); item = new SavedAction(instance); |