diff options
Diffstat (limited to 'src/plugins/debugger/stackhandler.cpp')
-rw-r--r-- | src/plugins/debugger/stackhandler.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/debugger/stackhandler.cpp b/src/plugins/debugger/stackhandler.cpp index ea26e92999..7f20afaeef 100644 --- a/src/plugins/debugger/stackhandler.cpp +++ b/src/plugins/debugger/stackhandler.cpp @@ -444,12 +444,9 @@ bool StackHandler::contextMenuEvent(const ItemViewEvent &ev) [this] { m_engine->loadSymbolsForStack(); }); } - if (m_engine->hasCapability(MemoryAddressCapability)) - menu->addAction(action(UseAddressInStackView)); - menu->addSeparator(); menu->addAction(action(UseToolTipsInStackView)); - menu->addSeparator(); + Internal::addHideColumnActions(menu, ev.view()); menu->addAction(action(SettingsDialog)); menu->popup(ev.globalPos()); return true; |