mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
CMenuWidget: Add function getNextShortcut()/setNextShortcut()
for setting of direktkey in the plugin integration
This commit is contained in:
@@ -973,8 +973,10 @@ void CPersonalizeGui::addPersonalizedItems()
|
||||
allow_sep = true;
|
||||
|
||||
//generate shortcut for next item
|
||||
if (add_shortcut)
|
||||
if (add_shortcut) {
|
||||
short_cut++;
|
||||
v_item[i].widget->setNextShortcut(short_cut);
|
||||
}
|
||||
}
|
||||
else if (p_mode == PERSONALIZE_MODE_NOTVISIBLE)
|
||||
{
|
||||
|
Reference in New Issue
Block a user