Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core: Do no expand the widgets on the side-bars for the context menu
Before, right clicking on different menus would focus the menu item and open it, however this should not be the case. There was a dangling code in the handleContextMenu which causes this effect, as it was checking for the id when right clicked and looked up the ID for the menu-item and set the current title to the menu-item. Issue ID: 4367 Signed-off-by: Muhammad Anas Shahid <[email protected]>
- Loading branch information