Fix for changing IsFixedPosition mode in Edit annotation.

This commit is contained in:
nds 2016-11-15 17:53:20 +03:00
parent c0dab87689
commit ebc5a972c7

View File

@ -263,6 +263,7 @@ void MeasureGUI_AnnotationDlg::Init()
redisplayPreview();
} else { // edition
myIsPositionDefined = true;
mySelectionMode = TopAbs_SHAPE;
// find annotation
GEOMGUI_TextTreeWdg* aTextTreeWdg = myGeomGUI->GetTextTreeWdg();