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

Desktop: Fixes #11444: Allow zooming in/out in secondary windows #11467

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

personalizedrefrigerator
Copy link
Collaborator

Summary

This pull request:

  • Applies the zoom level setting to all windows when zooming in/out.
  • On creation, initializes secondary windows with the same zoom level as the main window.
    When the zoom level changes, this pull request

Fixes #11444.

Testing plan

This pull request has been tested manually by:

  1. Starting Joplin.
  2. Opening a note in a new window.
  3. Pressing ctrl-+ in the secondary window.
  4. Verifying that both the secondary and main windows zoom in.
  5. Opening a different note in a new window.
  6. Pressing ctrl-0.
  7. Verifying that all windows zoom out.

This has been tested successfully on Fedora (Linux) 41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple window support: Zoom in/out only affects the main window
1 participant