Skip to content

Commit

Permalink
Fix origin item position not get updated when window resized
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Apr 15, 2018
1 parent a441c73 commit 0d4c926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/skeletongraphicswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ void SkeletonGraphicsWidget::updateItems()
nodeRadiusChanged(nodeItemIt->first);
nodeOriginChanged(nodeItemIt->first);
}
originChanged();
}

void SkeletonGraphicsWidget::canvasResized()
Expand Down

0 comments on commit 0d4c926

Please sign in to comment.