Closed GoogleCodeExporter closed 9 years ago
Great catch.
The problem is that tiling and window movement actions are processed only once
in the event loop (they are added to a queue). The initial call to
state.apply_config() in ./pytyle2 correctly tiles if the tile_on_startup is
enabled, but the queue isn't processed until at least one event occurs.
In either case, this is fixed, committed and pushed.
Original comment by jamslam@gmail.com
on 2 Feb 2011 at 5:57
Original issue reported on code.google.com by
carlosjo...@gmail.com
on 2 Feb 2011 at 12:24