aboutsummaryrefslogtreecommitdiff
path: root/symbol.cpp
diff options
context:
space:
mode:
authorsyrja <mikko@3d-system.fi>2019-07-24 11:24:48 +0300
committersyrja <mikko@3d-system.fi>2019-07-24 11:24:48 +0300
commit75fa9c6a0a4346837fa6dcd3d370c483dd40c123 (patch)
treeec5b4125bbe87124d67068cf25ed24393399b880 /symbol.cpp
parent823b7a7cb9aba2f90b30c2b708211dd634ab6889 (diff)
downloadsymedit-75fa9c6a0a4346837fa6dcd3d370c483dd40c123.tar.gz
symedit-75fa9c6a0a4346837fa6dcd3d370c483dd40c123.zip
Commented out semicircle and quarter circle temporarily.
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: