Closed nickdowell closed 10 months ago
Menu items configured with setVirtualKey(VSTGUI::VirtualKey::Back) were incorrectly showing the delete symbol instead.
setVirtualKey(VSTGUI::VirtualKey::Back)
This change makes menu items show the symbol that matches the backspace key on Mac keyboards;
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;