Salome HOME
redisplay event should not be flushed during setResult of the feature. Reasons:
authornds <natalia.donis@opencascade.com>
Tue, 23 Jun 2015 16:20:27 +0000 (19:20 +0300)
committernds <natalia.donis@opencascade.com>
Tue, 23 Jun 2015 16:20:27 +0000 (19:20 +0300)
commit562a00537e3e5ce72fc4e49a5ab2e20ef4022ae6
tree6018d4676b41f8cf23d1d57c4ed949cf29bf64a3
parent28d64622a1b933c484fa4a8df26302e1358ba5d0
redisplay event should not be flushed during setResult of the feature. Reasons:

1. there are a lot of redisplays for complex feature(sketch fillet)
2. crash in presentations by undo/redo mirror creation, which uses circle(has two results). After first result set, redisplay is emitted, presentation is crashed.
src/ModelAPI/ModelAPI_Feature.cpp
src/SketcherPrs/SketcherPrs_Mirror.cpp
src/SketcherPrs/SketcherPrs_Transformation.cpp