]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
0022204: EDF 2541 PARAVIS : Crash when PARAVIS is loaded after a python component V7_2_1_BR V7_2_0 V7_2_0_public V7_2_0p1 V7_2_0p2 V7_2_0rc2
authorvsr <vsr@opencascade.com>
Thu, 25 Apr 2013 10:52:20 +0000 (10:52 +0000)
committervsr <vsr@opencascade.com>
Thu, 25 Apr 2013 10:52:20 +0000 (10:52 +0000)
src/PVGUI/PVGUI_Module.cxx

index 442f8aaad2e4da28798408a93581dea5db977877..12de4d66b8db6de3e824845a5e2d67056ccd3206 100644 (file)
@@ -529,7 +529,7 @@ void PVGUI_Module::initialize( CAM_Application* app )
   bool isStop = aResourceMgr->booleanValue( "PARAVIS", "stop_trace", false );
   // start timer to activate trace in a proper moment
   if(!isStop) 
-    startTimer( 50 );
+    startTimer( 1000 );
 
   this->VTKConnect = vtkEventQtSlotConnect::New();
   
@@ -567,7 +567,7 @@ void PVGUI_Module::onFinishedAddingServer(pqServer* /*server*/)
   SUIT_ResourceMgr* aResourceMgr = SUIT_Session::session()->resourceMgr();
   bool isStop = aResourceMgr->booleanValue( "PARAVIS", "stop_trace", false );
   if(!isStop) 
-    startTimer( 50 );
+    startTimer( 500 );
 }
 
 void PVGUI_Module::onDataRepresentationCreated(pqDataRepresentation* data) {