From: isn Date: Tue, 15 Nov 2016 13:04:37 +0000 (+0300) Subject: refs #1042 X-Git-Tag: v1.6~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=84f5cd7782b3fffaf08b0ec50bbc972f57aabd2c;p=modules%2Fhydro.git refs #1042 --- diff --git a/src/HYDROGUI/HYDROGUI_ImportPolylineOp.cxx b/src/HYDROGUI/HYDROGUI_ImportPolylineOp.cxx index e130caa1..238acf07 100644 --- a/src/HYDROGUI/HYDROGUI_ImportPolylineOp.cxx +++ b/src/HYDROGUI/HYDROGUI_ImportPolylineOp.cxx @@ -117,7 +117,7 @@ void HYDROGUI_ImportPolylineOp::onApply() { commitDocOperation(); commit(); - module()->update( UF_Model | UF_VTKViewer | UF_VTK_Forced | UF_VTK_Init ); + module()->update( UF_Model | UF_VTKViewer | UF_VTK_Forced | UF_VTK_Init | UF_OCCViewer ); } else abort();