Overlay settings store was renamed in the frontend.#163
Open
confluence wants to merge 2 commits intodevfrom
Open
Overlay settings store was renamed in the frontend.#163confluence wants to merge 2 commits intodevfrom
confluence wants to merge 2 commits intodevfrom
Conversation
|
Indeed it does! Thanks so much! 💨 |
izkgao
requested changes
Apr 15, 2026
There was a problem hiding this comment.
setViewDimension has been moved to appStore.setImageViewDimensions so should be changed to self.session.call_action("setImageViewDimensions", width, height). This requires changes in tests as well.
Collaborator
Author
There was a problem hiding this comment.
This function should maybe be moved to the session object in the wrapper as well, but that's outside the scope of this PR.
…d in the frontend
izkgao
approved these changes
Apr 15, 2026
Jordatious
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@Jordatious hit this bug while trying to set the centre (which requires the overlay number formats):
This affects recent versions, but 5.0.0-beta.1 works. I found that this frontend commit renamed the
overlayStoreproperty tooverlaySettings, which breaks the paths of all global WCS overlay actions. This PR updates the name.@Jordatious does this fix your issue?