From 62dfa6f4f253701f32f55eb4d1852ceffce0fafb Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 27 Apr 2017 17:33:56 +0300 Subject: [PATCH] Debug of the external ellipse center selection. --- src/Model/Model_AttributeSelection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/Model_AttributeSelection.cpp b/src/Model/Model_AttributeSelection.cpp index 0ffaf4fea..2ec5c283f 100644 --- a/src/Model/Model_AttributeSelection.cpp +++ b/src/Model/Model_AttributeSelection.cpp @@ -238,9 +238,9 @@ std::shared_ptr Model_AttributeSelection::value() if (aSelLab.IsAttribute(kCIRCLE_CENTER)) aType = CIRCLE_CENTER; else if (aSelLab.IsAttribute(kELLIPSE_CENTER1)) - aType = CIRCLE_CENTER; + aType = ELLIPSE_FIRST_FOCUS; else if (aSelLab.IsAttribute(kELLIPSE_CENTER2)) - aType = CIRCLE_CENTER; + aType = ELLIPSE_SECOND_FOCUS; if (myRef.isInitialized()) { -- 2.39.2