MediaPortal Version: 1.3.0
Description
If label has 2+ words the first word will be cutted from SelectedLabelText property because OnClicked doesn't respect disabled numbers https://github.com/MediaPortal/Medi...aportal/Dialogs/Dialogs/GUIDialogMenu.cs#L142
Steps to Reproduce:
1. Use GUIDialogMenu in your code
2. Switch off items numbering by dlg.ShowQuickNumbers = false;
3. Test SelectedLabelText property for item with two word label
Description
If label has 2+ words the first word will be cutted from SelectedLabelText property because OnClicked doesn't respect disabled numbers https://github.com/MediaPortal/Medi...aportal/Dialogs/Dialogs/GUIDialogMenu.cs#L142
Steps to Reproduce:
1. Use GUIDialogMenu in your code
2. Switch off items numbering by dlg.ShowQuickNumbers = false;
3. Test SelectedLabelText property for item with two word label