Randall O'Reilly

Results 295 comments of Randall O'Reilly

editing props is not a common use-case in actual apps.. lowpri.

`TestShapes5.svg` also looks different in GoGi vs. direct `srwiley/oksvg` tests, I believe..

wait, it seems like it DOES close all the menus. maybe diff is keyboard activation vs. mouse?

need more details in issue reports for these to be useful. Thanks!

sorry I didn't quite remember what this was all about -- if you use GoStartEventLoop you need to use a wait group -- otherwise it just terminates immediately. did you...

I was able to replicate this issue on my mac -- by repeatedly hitting the Play button I got seemingly random results that varied between a blank blue window, a...

there were various issues in screen detection. but also some bugs / limitations in glfw (on mac at least). In particular, if you open on a plugged-in monitor that is...

There are some major bugs in the glfw GetMonitors code: https://github.com/glfw/glfw/issues/2160 -- implemented workarounds to restore mostly sensible behavior: don't set builtin as primary if it wasn't originally such. Also...

Looks like the window gets some spurious window resize and move events right before the disconnect of the screen -- during this time the window has actually changed screens and...

calling GetScreens() during one of those disconnect-driven resize etc events can crash.. gotta do the caching strategy.