Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes errors in max layout - part 2 #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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).

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