Salome HOME
solve bugs #22296, #22298: Error on ZLayers (Graphic3d_GraphicDriver::InsertLayerBefo...
authorPaul RASCLE <paul.rascle@openfields.fr>
Fri, 13 Nov 2020 10:52:12 +0000 (11:52 +0100)
committerYOANN AUDOUIN <B61570@dsp0919998.atlas.edf.fr>
Tue, 1 Dec 2020 16:23:10 +0000 (17:23 +0100)
commit7bbc4c40cfc71c153d805c1ebd4d054d252871c2
tree1e6a43cf9f6fb8200c84381bd9c7719edb6c1eda
parent5adccc128c8d2a2d3eb7d4b2c762d108e0cf380f
solve bugs #22296, #22298: Error on ZLayers (Graphic3d_GraphicDriver::InsertLayerBefore) on second study (after new document). Need a patch on Occ740p3 Patch is on src/V3d/V3d_Viewer.cxx, src/V3d/V3d_Viewer.hxx Standard_EXPORT Standard_Boolean RemoveZLayer (const Graphic3d_ZLayerId theLayerId, bool isForce = false) if (isForce) myDriver->RemoveZLayer (theLayerId);
src/HYDROGUI/HYDROGUI_Module.cxx
src/HYDROGUI/HYDROGUI_OCCDisplayer.cxx
src/HYDROGUI/HYDROGUI_OCCDisplayer.h
src/HYDROGUI/HYDROGUI_Operation.cxx
src/HYDROGUI/HYDROGUI_Operation.h
src/HYDROGUI/HYDROGUI_ZLayers.cxx