From 2bfd515b03e0eb7fbefe4b76f7879a43863306e8 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 9 Nov 2020 11:08:45 +0100 Subject: Utils: Allow BaseTreeView users to hide columns manually ... using a context menu on the header views. Use the feature in the debugger views where it was previously un-intuitively available as part of the main context menu of the view, but not in the header. Task-number: QTCREATORBUG-24384 Change-Id: I3f030c3dd8ce35dc91bad921e37d2273bfe548b5 Reviewed-by: Eike Ziller Reviewed-by: Christian Stenger --- src/plugins/debugger/stackhandler.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/debugger/stackhandler.cpp') diff --git a/src/plugins/debugger/stackhandler.cpp b/src/plugins/debugger/stackhandler.cpp index ecbe04e98c..fe94cc5f20 100644 --- a/src/plugins/debugger/stackhandler.cpp +++ b/src/plugins/debugger/stackhandler.cpp @@ -517,7 +517,6 @@ bool StackHandler::contextMenuEvent(const ItemViewEvent &ev) menu->addSeparator(); menu->addAction(action(UseToolTipsInStackView)->action()); - Internal::addHideColumnActions(menu, ev.view()); menu->addAction(action(SettingsDialog)->action()); menu->popup(ev.globalPos()); return true; -- cgit v1.2.1