Refactoring.
--HG-- branch : develop
This commit is contained in:
parent
ed0d4df88f
commit
c0bae287be
|
@ -379,8 +379,7 @@ void VToolBasePoint::contextMenuEvent ( QGraphicsSceneContextMenuEvent * event )
|
||||||
*/
|
*/
|
||||||
void VToolBasePoint::FullUpdateFromFile()
|
void VToolBasePoint::FullUpdateFromFile()
|
||||||
{
|
{
|
||||||
VPointF point = *VAbstractTool::data.GeometricObject<VPointF>(id);
|
RefreshPointGeometry(*VAbstractTool::data.GeometricObject<VPointF>(id));
|
||||||
RefreshPointGeometry(point);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user