]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Deactivate an arc AIS preview object.
authornds <natalia.donis@opencascade.com>
Thu, 6 Nov 2014 09:41:39 +0000 (12:41 +0300)
committernds <natalia.donis@opencascade.com>
Thu, 6 Nov 2014 09:41:39 +0000 (12:41 +0300)
commit1f7524bf45be53d97fbf271c1aca3776d8a9ff72
tree1d00aa1fd713cd2fc5b20ad4fe02c3e451cc0b52
parent754870ab6e297333ba6ab2ca3f5eceb938877f45
Deactivate an arc AIS preview object.

If the AIS exists immediatelly after the feature create, it is not deactivated because of Wokshop's realization.
The deactivation happens by the signal about the feature redisplay. The result on a signal about the feature create is display, but not the deactivate. In case of the AIS object exists immediatelly, the slot onFeatureCreated should be corrected to deactivate the AIS after display.
src/SketchPlugin/SketchPlugin_Arc.cpp