Changeset 6a0b2cc in mainline


Ignore:
Timestamp:
2023-09-15T09:17:18Z (8 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c6fd56
Parents:
8a6ebbb
Message:

Should not activate disabled entry even by mouse click

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/menuentry.c

    r8a6ebbb r6a0b2cc  
    469469                return;
    470470
    471         if (mentry->separator)
     471        if (mentry->separator || mentry->disabled)
    472472                return;
    473473
Note: See TracChangeset for help on using the changeset viewer.