Skip to content

[Windows] visible rects provided by ui.screens() aren't updated when reserved space changes #156

@knausj85

Description

@knausj85

The easiest repro:

  1. Start menu on bottom of main monitor
  2. Start Talon
  3. repl => print(str(ui.screens()[0].visible_rect))
  4. Move the start menu to the left, right, or top of the screen
  5. repl => print(str(ui.screens()[0].visible_rect)). Note the visible_rect is the same as in step 3.

Pretty minor thing I noticed when Optikey is started after Talon, causes issues with window snapping etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions