From e9d9bb0dc8705daed7faf1511fafbbc1d520153e Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 22 Jun 2018 13:47:43 +0200 Subject: [PATCH] Try to port quickly --- src/PVGUI/PVGUI_Module_actions.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVGUI/PVGUI_Module_actions.cxx b/src/PVGUI/PVGUI_Module_actions.cxx index a07f9719..caa47071 100644 --- a/src/PVGUI/PVGUI_Module_actions.cxx +++ b/src/PVGUI/PVGUI_Module_actions.cxx @@ -522,7 +522,7 @@ void PVGUI_Module::pvCreateMenus() // -- Context menu in the pipeline browser pqPipelineBrowserWidget * pq = guiElements->getPipelineBrowserWidget(); - pqParaViewMenuBuilders::buildPipelineBrowserContextMenu( *pq ); + pqParaViewMenuBuilders::buildPipelineBrowserContextMenu( *(pq->contextMenu()) ); } /*! -- 2.30.2