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

Status bar zoom value does not update when switching to and from the camera layer #1652

Closed
scribblemaniac opened this issue Jul 24, 2021 · 0 comments · Fixed by #1587
Closed
Labels
Bug Good First Issue UI Related to the visual appearance of the program

Comments

@scribblemaniac
Copy link
Member

Issue Summary

When a camera layer is selected, the zoom may change, but if it does, the zoom value in the status bar is not updated until something else alters the zoom level (such as scrolling).

Actual Results

When switching the active layer from a non-camera layer to a camera layer or between camera layers, if the zoom level differs, the zoom level in the status bar will not be updated.

Expected Results

The status bar zoom label/field should always display the current view zoom level on non-camera layers. If a camera layer is active, the current zoom level of the camera should be displayed in the status bar zoom label/field, even if it has not been changed by the user yet.

Steps to reproduce

  1. Start a new project.
  2. Zoom in or out so the current zoom level is not 100%.
  3. Switch to the camera layer.
  4. Observe that the current zoom level is the same as it was on the non-camera layer, despite the fact that the view zoom has changed to match the default 100% zoom of the camera layer.

System Information


Developer Notes

This issue was mentioned in #1442, but has been known to exist in the program far before then. This issue would be made obsolete by the changes in #1587 because then the zoom level would not depend on the currently selected layer.

@scribblemaniac scribblemaniac added Bug Good First Issue UI Related to the visual appearance of the program labels Jul 24, 2021
@J5lx J5lx linked a pull request Oct 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Good First Issue UI Related to the visual appearance of the program
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant