aboutsummaryrefslogtreecommitdiff
path: root/symbol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.cpp')
-rw-r--r--symbol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.cpp b/symbol.cpp
index fd6b1d4..a429e42 100644
--- a/symbol.cpp
+++ b/symbol.cpp
@@ -341,7 +341,7 @@ int SymEditSymbol::SelectItem(QPoint point) const
}
case Operation::Circle:
{
- check(fabs(length(difference(point, item.Point)) - item.End.x()));
+ check(fabs(length(difference(point, item.Point)) - item.Value));
break;
}
case Operation::Text: