]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Correction for Bug IPAL14386 (request of QA):
authorenk <enk@opencascade.com>
Thu, 18 Jan 2007 11:08:12 +0000 (11:08 +0000)
committerenk <enk@opencascade.com>
Thu, 18 Jan 2007 11:08:12 +0000 (11:08 +0000)
Bug IPAL14386:
Debian porting: CRASH after trying to create StreamLines presentation.

src/PIPELINE/VISU_StreamLinesPL.cxx

index c7005b1ac10caa19bd298195c96078375f9933bd..6cae0bd7e03ff8922ded8d0bc9ad6913c3cc86f7 100644 (file)
@@ -524,7 +524,9 @@ void
 VISU_StreamLinesPL
 ::Update()
 {
-  Superclass::Update();
+  try{
+    Superclass::Update();
+  } catch(...){}
 }
 
 void