]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Issue #1111 Sketch invisible
authornds <nds@opencascade.com>
Thu, 24 Dec 2015 12:26:43 +0000 (15:26 +0300)
committernds <nds@opencascade.com>
Thu, 24 Dec 2015 12:28:59 +0000 (15:28 +0300)
commit09250fc4344abdb4c3cb5d76a26c91b9dc0e5cfa
tree05e19b70af62a1e7ce042bdf7c6c1f559a6c93de
parentcbfb230b4c72dc5925c94b64cb93c690a4c2f069
Issue #1111 Sketch invisible

It is not enough to create selector on initialize(). The problem still exists in the second study because it is not called there. So, it is decided to perform this in connectToStudy() of module.
An alternative is to do this in NewGEOM_DataModel before Mgr->load(). The problem is in this place because it causes redisplay signals flush. The viewer should be initialized before this case.
src/NewGeom/NewGeom_Module.cpp