From 20c06364dfa606253b32348d2dcb85dbe5319e8f Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 17 Mar 2011 15:52:38 +0000 Subject: [PATCH] Automatic update of the object browser after importing tables from the file --- src/VISU_I/VISU_Gen_i.cc | 4 ++++ 1 file changed, 4 insertions(+) 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(); } -- 2.39.2