]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
#1108 Point coordinates is changed after click in the viewer
authornds <nds@opencascade.com>
Tue, 1 Dec 2015 12:21:09 +0000 (15:21 +0300)
committerdbv <dbv@opencascade.com>
Tue, 8 Dec 2015 08:48:38 +0000 (11:48 +0300)
commit01adaaf3350fbb57fb83ea4f9b4ad078ac60c643
tree9e0bed7095805512f86f51acbab224bd2d1db3d3
parent0d9a107853208317a6352bb7f8c77eb54d5efbe1
#1108 Point coordinates is changed after click in the viewer

The problem was in myClickedPoint, it was not cleared and after click, the new line used the old clicked coordinates. The point and coincide last point of the previous line are moved to a start point of a new line.
There is a problem with this flag during Alt+TAB when creation of a line is active.
So, the decision is to remove this flag. The case to be checked: contour creation. The preview of created lines should not dragged to an origin. How it is corrected: point 2D widget do not initialize attribute by activating.
src/PartSet/PartSet_SketcherMgr.cpp
src/PartSet/PartSet_SketcherMgr.h
src/PartSet/PartSet_WidgetPoint2d.cpp
src/PartSet/PartSet_WidgetPoint2d.h