Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Popups can appear off the screen #42

@theoriginalbit

Description

@theoriginalbit

When right-clicking a popup can appear off the screen. Screenshot

A suggested fix would be to have it something like

if mouse x + popup width > screen width
  popup x position = screen width - popup width

or

if mouse x + popup width > screen width
  popup x position = mouse x - popup width

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions