Changeset 61643c8 in mainline for uspace/lib/ui/src/menubar.c
- Timestamp:
- 2023-09-13T17:32:23Z (13 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 112f70a
- Parents:
- 1af103e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/menubar.c
r1af103e r61643c8 35 35 36 36 #include <adt/list.h> 37 #include <ctype.h> 37 38 #include <errno.h> 38 39 #include <gfx/color.h> … … 414 415 while (mdd != NULL) { 415 416 maccel = ui_menu_dd_get_accel(mdd); 416 if ( c== maccel) {417 if ((char32_t)tolower(c) == maccel) { 417 418 ui_menu_bar_select(mbar, mdd, true, kbd_id); 418 419 return;
Note:
See TracChangeset
for help on using the changeset viewer.