stackotter/swift-cross-ui

`Picker` doesn't work on macOS with `GtkBackend`

stackotter opened this issue · 1 comments

I think this is a wider issue with Gtk DropDowns on macOS in general. I can select the options with my arrow keys but not using a mouse (the window focus seems to get messed up). I can also confirm that the Gtk DropDown doesn't even work in Gtk's own gtk4-demo.

If anyone has any thoughts on potential fixes let me know, I'm open to any suggestions.

This was fixed once I updated GtkCodeGen to automatically generate all of the DropDown wrapper code. Not sure what the issue was but it works now.