From: James D. <ji...@di...> - 2017-06-21 04:26:24
|
I have been working on a wingcc bug that was reported and I am not sure what the correct behavior should be for a pause when a window is minimized. I think the correct behavior is that a minimized window should be treated like a normal window (in Windows a minimized window is given a size of 160x31). That would mean pauses are honored and a user would need to restore the window in order to advance the page. Alternatively, the pause feature can be ignored while minimized and the pages advance automatically. The third option is to make the first option the default and to make the autoadvance an option that can be enabled. Thoughts? |