From 840a3d0abac0c4fc975b173cb514aadfbfa74771 Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 3 Mar 2009 08:02:49 +0000 Subject: [PATCH] IPAL20911 impossible to "show only" a curve - regress in POST-002 GUI test scenario --- src/VISUGUI/VisuGUI.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 28dd76e2..4b0e54fa 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -926,6 +926,7 @@ void VisuGUI::activateAppropriateViewer( Handle(SALOME_InteractiveObject) theIO case VISU::TTABLE: { // Activate Plot2d GetPlot2dViewer(this, true); + break; } case VISU::TCOLOREDPRS3DHOLDER : case VISU::TPOINTMAP3D : { -- 2.39.2