Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

directly selecting a node with submenu #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 4, 2021

  1. directly selecting a node with submenu

    A
    -> A.1
    -> A.2
    
    Selecting a menu item with a submenu (A) will always call _process_breadcrums() on all submenu items (A.1, A.2)
    If non of the submenu items is selected, the parent node is also not selected.
    
    Selecting A.1 will work and select A.
    Directly selecting A will not mark A as selcted, as neither A.1 nor A.2 are selected.
    
    fixes LaLogiaDePython#16
    stfl authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2d16a57 View commit details
    Browse the repository at this point in the history