From 6e9ea5c5c8c5b82d6a1cf6f4e3729a829a0c56f3 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 13 Jul 2010 13:03:14 +0000 Subject: [PATCH] 0020931: 6.1.0rc1 : Icons of GEOM module disappear after having opened PARAVIS --- src/Qtx/QtxToolBar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Qtx/QtxToolBar.cxx b/src/Qtx/QtxToolBar.cxx index 821b514da..abbfb1749 100644 --- a/src/Qtx/QtxToolBar.cxx +++ b/src/Qtx/QtxToolBar.cxx @@ -276,7 +276,7 @@ void QtxToolBar::Watcher::updateVisibility() } } - vis = !empty && isVisible(); + vis = vis || (!empty && isVisible()); if ( vis != myCont->isVisibleTo( myCont->parentWidget() ) ) vis ? showContainer() : hideContainer(); } -- 2.39.2