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 2857ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quicktile/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def call(self,
if cmd:
logging.debug("Executing command '%s' with arguments %r, %r",
command, args, kwargs)
winman.update_geometry_cache()
cmd(winman, *args, **kwargs)

return True
Expand Down

0 comments on commit 2857ddc

Please sign in to comment.