Element editor: removed the "circle" tool because it was incompatible with non 1:1 scaling operations.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2039 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2013-02-11 21:45:51 +00:00
parent cf063e0a6c
commit d36820ca2b
9 changed files with 19 additions and 543 deletions

View File

@@ -30,7 +30,6 @@ class QETElementEditor;
class PartLine;
class PartRectangle;
class PartEllipse;
class PartCircle;
class PartPolygon;
class PartArc;
/**
@@ -96,7 +95,6 @@ class ElementScene : public QGraphicsScene {
PartLine *current_line;
PartRectangle *current_rectangle;
PartEllipse *current_ellipse;
PartCircle *current_circle;
PartPolygon *current_polygon;
PartArc *current_arc;
QETElementEditor *element_editor;