From: vsr Date: Thu, 17 Mar 2011 15:52:38 +0000 (+0000) Subject: Automatic update of the object browser after importing tables from the file X-Git-Tag: V6_main_20110321 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=20c06364dfa606253b32348d2dcb85dbe5319e8f;p=modules%2Fvisu.git Automatic update of the object browser after importing tables from the file --- diff --git a/src/VISU_I/VISU_Gen_i.cc b/src/VISU_I/VISU_Gen_i.cc index c120b1e3..15068b88 100644 --- a/src/VISU_I/VISU_Gen_i.cc +++ b/src/VISU_I/VISU_Gen_i.cc @@ -28,6 +28,7 @@ #include "VISU_Result_i.hh" #include "VISU_PrsObject_i.hh" #include "VISU_ViewManager_i.hh" +#include "VISU_ResultUtils.hh" #include "VISU_Prs3d_i.hh" #include "VISU_Mesh_i.hh" @@ -840,6 +841,9 @@ namespace VISU CreateTable( SO->GetID() ); } + bool isDone; + ProcessVoidEvent(new TUpdateObjBrowser(aStudy->StudyId(),&isDone)); + return aRes._retn(); }