From ad6fdcd3648e81e50cc1be7f976d0ce8972a6549 Mon Sep 17 00:00:00 2001 From: stv Date: Thu, 28 Sep 2006 10:22:15 +0000 Subject: [PATCH] Unnecessary popup menu separators were removed. --- src/Qtx/QtxWorkstack.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Qtx/QtxWorkstack.cxx b/src/Qtx/QtxWorkstack.cxx index 303b7317f..90829e4f1 100644 --- a/src/Qtx/QtxWorkstack.cxx +++ b/src/Qtx/QtxWorkstack.cxx @@ -948,6 +948,8 @@ void QtxWorkstack::onContextMenuRequested( QWidget* w, QPoint p ) myActionsMap[Rename]->addTo( pm ); } + Qtx::simplifySeparators( pm ); + if ( pm->count() ) pm->exec( p ); -- 2.39.2