restored effect field types

This commit is contained in:
itsmattkc
2019-04-09 23:06:26 +10:00
parent a4ff6f3b41
commit a03879a12b
15 changed files with 82 additions and 20 deletions
+4 -2
View File
@@ -41,8 +41,10 @@ void NodeView::mouseMoveEvent(QMouseEvent *event)
void NodeView::mouseReleaseEvent(QMouseEvent *event)
{
hand_moving_ = false;
QGraphicsView::mouseReleaseEvent(event);
if (!hand_moving_) {
hand_moving_ = false;
QGraphicsView::mouseReleaseEvent(event);
}
}
void NodeView::wheelEvent(QWheelEvent *event)