Changes made from JWM 0.4.2 to 0.4.3 caused my window to stop responding to requestFrame on macOS. Redraws still happened when resizing the window. After much experimentation, the best theory I came up with is that if requestFrame is called (e.g. in on-paint or on-event handlers) before the window is set to be visible, then requestFrame no longer works thereafter. Is this intended behaviour?
@luis.tn can confirm, putting request frame before set visible doesnโt work. Will look into it
Hopefully fixed, should pop up on maven central as jwm 0.4.4 soon
https://github.com/HumbleUI/JWM/commit/11126b3d0fff9e68fac2b624cc68404fdbc8e9a9
Thank you! That has indeed resolved the issue
I'm on macos and I use requestframe internally without problems, but I did notice the other day that the window was sitting in a half unpainted state, so maybe external window frame requests are not getting through.