]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
Fix to method setDumpPython(). Previous implementation allowed only to SET "DumpPtho...
authorasv <asv@opencascade.com>
Fri, 5 May 2006 12:27:28 +0000 (12:27 +0000)
committerasv <asv@opencascade.com>
Fri, 5 May 2006 12:27:28 +0000 (12:27 +0000)
commitbb5189f93892bb66d9134a03aeba9cfb841bcda4
treee0410e985a74b0f9ade71acbe0a31d43ddbe2651
parent6cbdd65fdc8d35fac60477b329512406c4e5061d
Fix to method setDumpPython().  Previous implementation allowed only to SET "DumpPthon" property.  Current fix allows also to UNSET "DumpPython" property using this method: if "DumpPython" is already set and this method is called - it will remove the property.
It fixes the following bug: when Dump Python is called first with checked, and after that - with unchecked "Save GUI State" checkbox -- the Python script is written with errors as IParameters has internal "DympPython" property set ON (left from the first call).  Currently, it is possible to set it OFF, and it is done in SalomeApp_Application::OnDumpPython() function.
src/SALOMEDS/SALOMEDS_IParameters.cxx