Skip to content

Commit

Permalink
ViewProviderAnnotation: Use the label as transformation handle
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorus committed Dec 1, 2023
1 parent 174fe9b commit 7c656e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Gui/ViewProviderAnnotation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ void ViewProviderAnnotationLabel::attach(App::DocumentObject* f)
dragger->addStartCallback(dragStartCallback, this);
dragger->addFinishCallback(dragFinishCallback, this);
dragger->addMotionCallback(dragMotionCallback, this);

dragger->setPartAsPath("translator", imagePath);
}
}

Expand Down

0 comments on commit 7c656e7

Please sign in to comment.