Matthew Allen Moltzau
Results
1
comments of
Matthew Allen Moltzau
I also just ran into this issue. Steps to reproduce: ``` window := gui.NewWindow(200, 300) window.SetTitle("Sub-Window") scene.Add(window) ``` Click on the bottom-right corner to cause the panic. Tested on Linux...