Closed aanatoly closed 9 years ago
Selection of a window done by single click did not triggered internal window show in notify event handler, so screenshot code waiting for next expose ran forever.
Fixed by showing window anyway, just in case.
oh, i missed that case.. i think we need tests i think it's better if we don't wait at all if it's a selection of a window
https://github.com/Roger/escrotum/commit/34b83913524c4866324193435d816cee8d21bfed
Commit 34b8391 solves the problem, works ok. Thanks So closing my pull request
Selection of a window done by single click did not triggered internal window show in notify event handler, so screenshot code waiting for next expose ran forever.
Fixed by showing window anyway, just in case.