]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Issue #3192: Crash when moving an extremity of B-Spline in the sketcher
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Thu, 19 Mar 2020 19:39:48 +0000 (22:39 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Thu, 19 Mar 2020 19:40:26 +0000 (22:40 +0300)
commitc9436fb8fbf01219d715cca986a2165594098377
tree4d10e20a808657ee9f3e17b470cdb05d95c6b9e3
parent222300643a341d945f0c5e834b0ff96f924ac2d3
Issue #3192: Crash when moving an extremity of B-Spline in the sketcher

Operation of B-spline creation should not be re-entrant due to its nature: the construction of B-spline should be finished before the next curve will be created.
src/SketchPlugin/SketchPlugin_MacroBSpline.cpp
src/SketchPlugin/SketchPlugin_MacroBSpline.h