Skip to content

Commit

Permalink
work on bug #127 -- fixed bug with selecting nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Jul 14, 2021
1 parent 0b267b0 commit 720787e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphicswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ GraphicsWidget::GraphicsWidget(QGraphicsScene *sc, MainWindow* m_parent) :

qRegisterMetaType<SelectedEdge>("SelectedEdge");
qRegisterMetaType<QList<SelectedEdge> >();
qRegisterMetaType<QList<int> >();

secondDoubleClick=false;
transformationActive = false;
Expand Down

0 comments on commit 720787e

Please sign in to comment.