steinbergmedia / vstgui

A user interface toolkit mainly for audio plug-ins
Other
869 stars 123 forks source link

Fix rendering of VirtualKey::Back in Cocoa menu items #321

Closed nickdowell closed 8 months ago

nickdowell commented 8 months ago

Menu items configured with setVirtualKey(VSTGUI::VirtualKey::Back) were incorrectly showing the delete symbol instead.

This change makes menu items show the symbol that matches the backspace key on Mac keyboards;

Screenshot 2024-01-17 at 16 42 48