mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-24 13:09:59 +02:00
fix weird behavior when zooming at the same time of création of shape item
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4251 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -30,6 +30,8 @@ class Element;
|
||||
*/
|
||||
class DiagramEventAddElement : public DiagramEventInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DiagramEventAddElement(ElementsLocation &location, Diagram *diagram, QPointF pos = QPointF(0,0));
|
||||
virtual ~DiagramEventAddElement();
|
||||
|
||||
Reference in New Issue
Block a user