Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(OrientationMarkerWidget): Update viewport on modified #1590

Merged
merged 1 commit into from Sep 25, 2020

Conversation

floryst
Copy link
Collaborator

@floryst floryst commented Sep 25, 2020

Previously, the viewport was not being re-computed when min/max sizes
were set.

Fixes the second issue mentioned in #1381

Previously, the viewport was not being re-computed when min/max sizes
were set.
@@ -13,12 +13,15 @@ function vtkOrientationMarkerWidget(publicAPI, model) {
// Set our className
model.classHierarchy.push('vtkOrientationMarkerWidget');

const superClass = { ...publicAPI };
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see you using it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm using it in publicAPI.delete()

@floryst floryst merged commit 44e75d9 into Kitware:master Sep 25, 2020
@floryst floryst deleted the fix-1381 branch September 25, 2020 18:48
@jourdain
Copy link
Collaborator

🎉 This PR is included in version 14.16.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jourdain jourdain added the released Automated label label Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Automated label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants