From 4cb4960602f8b2bc33629d1b8cab7ad5e41735b7 Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 6 Oct 2016 16:41:31 +0300 Subject: [PATCH] Local selection in annotation dialog correction. --- src/MeasureGUI/MeasureGUI_AnnotationDlg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MeasureGUI/MeasureGUI_AnnotationDlg.h b/src/MeasureGUI/MeasureGUI_AnnotationDlg.h index 94d41bfff..6c613c908 100644 --- a/src/MeasureGUI/MeasureGUI_AnnotationDlg.h +++ b/src/MeasureGUI/MeasureGUI_AnnotationDlg.h @@ -68,6 +68,7 @@ protected: virtual bool execute (); SALOME_Prs* buildPrs(); + void updateSubShapeEnableState(); void redisplayPreview(); private slots: @@ -83,6 +84,7 @@ private slots: private: void Init(); + void activateSelectionArgument(QPushButton* theSelectionButton); void activateSelection(); TopAbs_ShapeEnum getShapeType() const; gp_Pnt getAttachPoint(const TopoDS_Shape& theShape); -- 2.39.2