Skip to content

Conversation

SnoutBug
Copy link

@SnoutBug SnoutBug commented Aug 14, 2025

The issue is described in #104.

This issue appears because:

  1. A window does not necessarily change in size when going full screen.
  2. A window can be both, full screen and maximized.

This PR fixes this by addressing 1. in the event_manager, listening explicitly to the full screen event and 2. by fixing the logic determining whether or not the window should receive rounded corners.

This closes #104.

A window can be both both maximized and in fullscreen at the same time. So we only need to use the maximize config when we are explicitly only maximized.
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.

Toggling Full-Screen on Maximized Window Does Not Remove Rounded Corners
1 participant