Skip to content

Conversation

@przymusp
Copy link
Contributor

If one of the clients was maximised (like PDF viewer) an error was
thrown and visual artifact left on the screen.

This is the second patch that changes awful.client.tiled to
awful.client.visible.

Without this change a preview is displayed only for clients in tiled mode
but the navigation (left, right) is done on ALL clients (including
clients in full screen).

przymusp added 2 commits May 28, 2020 22:40
If one of the clients was maximised (like PDF viewer) an error was
thrown and visual artifact left on the screen.

This patch fixes it by:

  1. Making last condition in draw_shape more robust - this fixes the error.
  2. Adding missing local variable to change_tag.
If one of the clients was maximised (like PDF viewer) an error was
thrown and visual artifact left on the screen.

This is the second patch that changes awful.client.tiled to
awful.client.visible.

Without this change a preview is displayed only for clients in tiled mode
but the navigation (left, right) is done on ALL clients (including
clients in full screen).
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.

1 participant