Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Z zathura
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 168
    • Issues 168
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pwmtpwmt
  • zathura
  • Merge requests
  • !29

Fix screen freeze (fixes #94)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jona Ackerschott requested to merge jackerschott/zathura:develop into develop Jun 14, 2020
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Fixes screen freeze after setting adjustement mode to width and changing the workspace. Problem occurs on multi monitor setup, when another monitor with different ppi is returned by gdk_display_get_monitor_at_window than the one the (now hidden) window is on (probably just the leftmost monitor). Adding adjust_view to zathura_update_view_ppi fixes the issue, because the view gets adjusted to the ppi change.

This should probably fix #94, but maybe just partially. Tested on ArchLinux with dwm.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop