Magpie icon indicating copy to clipboard operation
Magpie copied to clipboard

behaviour when the target application goes into "Not responding" state

Open al797 opened this issue 2 years ago • 1 comments

Expected behavior 预期的功能

I noticed magpie cancels the upscaling whenever the target app goes into "Not responding". I think it would make more sense to just keep the upscaling while the running application is in "Not responding" state.

Alternative behavior (optional) 近似的功能(可选)

No response

al797 avatar Jun 18 '23 05:06 al797

When a window becomes unresponsive, the OS replaces it with a fake window that can be moved and resized, which may be the reason for stopping scaling. We need to investigate how to detect this situation and whether capturing still works in this case.

Blinue avatar Jun 18 '23 10:06 Blinue