From: nds Date: Tue, 15 Nov 2016 14:53:20 +0000 (+0300) Subject: Fix for changing IsFixedPosition mode in Edit annotation. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ebc5a972c79d580cb9dcb350bae7c55796a4f3b5;p=modules%2Fgeom.git Fix for changing IsFixedPosition mode in Edit annotation. --- diff --git a/src/MeasureGUI/MeasureGUI_AnnotationDlg.cxx b/src/MeasureGUI/MeasureGUI_AnnotationDlg.cxx index ffe7a327c..d6dfb03bc 100755 --- a/src/MeasureGUI/MeasureGUI_AnnotationDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_AnnotationDlg.cxx @@ -263,6 +263,7 @@ void MeasureGUI_AnnotationDlg::Init() redisplayPreview(); } else { // edition + myIsPositionDefined = true; mySelectionMode = TopAbs_SHAPE; // find annotation GEOMGUI_TextTreeWdg* aTextTreeWdg = myGeomGUI->GetTextTreeWdg();