Skip to content

Set C locale when creating a menu item.

John Ralls requested to merge jralls/gtk:quartz-menu-decorations into gtk-3-24

Works around macOS bug described in gtk-mac-integration#14 (closed).

The bug can be demonstrated with tests/testactionbar: In a macOS build on macOS 11 or 12 cd to $builddir/tests and run LC_ALL=de_DE.UTF-8 ./testactionbar. Click the testactionbar menu and notice that the > on Deinste is missing.

Merge request reports