From 73b83e26cc87ef15b7787a75b8f3bca90a5d7c1c Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 16 Aug 2013 10:39:58 +0000 Subject: [PATCH] Minor fix. --- src/HYDROGUI/HYDROGUI_TwoImagesOp.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/HYDROGUI/HYDROGUI_TwoImagesOp.cxx b/src/HYDROGUI/HYDROGUI_TwoImagesOp.cxx index dec0f974..38da834f 100644 --- a/src/HYDROGUI/HYDROGUI_TwoImagesOp.cxx +++ b/src/HYDROGUI/HYDROGUI_TwoImagesOp.cxx @@ -118,6 +118,10 @@ bool HYDROGUI_TwoImagesOp::processApply( int& theUpdateFlags, aResult->AppendReference( anImage2 ); aFactory->UpdateImage( doc(), aResult ); + anImage1->SetVisibility( false ); + anImage2->SetVisibility( false ); + aResult->SetVisibility( true ); + theUpdateFlags = UF_Model | UF_Viewer; return true; } -- 2.39.2