Skip to content

Commit

Permalink
For now, go back to querying the desktop's shape on every command
Browse files Browse the repository at this point in the history
Closes #107
  • Loading branch information
Stephan Sokolow authored and Stephan Sokolow committed Jan 26, 2020
1 parent dcecb2f commit a2b0e9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quicktile/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ def call(self,
if cmd:
logging.debug("Executing command '%s' with arguments %r, %r",
command, args, kwargs)

# Workaround for #107 until I'm ready to solve it properly
winman.update_geometry_cache()

cmd(winman, *args, **kwargs)

return True
Expand Down

0 comments on commit a2b0e9f

Please sign in to comment.