From 75fa9c6a0a4346837fa6dcd3d370c483dd40c123 Mon Sep 17 00:00:00 2001 From: syrja Date: Wed, 24 Jul 2019 11:24:48 +0300 Subject: Commented out semicircle and quarter circle temporarily. --- symbol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'symbol.cpp') 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: -- cgit v1.2.3