]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Issue #844 Infinite filter problem after activating GEOM module : deactivateSelection...
authornds <nds@opencascade.com>
Mon, 31 Aug 2015 08:48:00 +0000 (11:48 +0300)
committernds <nds@opencascade.com>
Mon, 31 Aug 2015 08:48:28 +0000 (11:48 +0300)
commit8648407e479eeffbfbb0a952db8c47ddc8d058aa
tree279dfd65e6642fbf5f6a5cb7045466eebfcd397a
parentc88254accfa68d1032229cfb231143e0562e8503
Issue #844 Infinite filter problem after activating GEOM module : deactivateSelectionFilters is realized in displayer. When the module is deactivated, myAndFilter of displayer is removed from context, but the displayer has an instance, which is not in the context. So, the filters do not work after: NewGeom, Geom, NewGeom activating. We nullify this fillter on deactivation and it will be created and set to the context by the first get of this filter.

Issue #846 Color modification in preferences is applyed to the visualized objects after a model modification : correction to update the objects when "Default" state is clicked in the preferences dialog.
src/ModuleBase/ModuleBase_ViewerPrs.h
src/NewGeom/NewGeom_Module.cpp
src/PartSet/PartSet_SketcherMgr.cpp
src/XGUI/XGUI_Displayer.cpp
src/XGUI/XGUI_Displayer.h
src/XGUI/XGUI_Workshop.cpp