`Picker` doesn't work on macOS with `GtkBackend`
stackotter opened this issue · 1 comments
stackotter commented
I think this is a wider issue with Gtk DropDown
s 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.
stackotter commented
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.