mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
/widget/menue.h/cpp: add missing signal OnAfterChangeOption()
This commit is contained in:
@@ -2242,6 +2242,7 @@ int CMenuOptionStringChooser::exec(CMenuTarget* parent)
|
||||
else if(observ) {
|
||||
wantsRepaint = observ->changeNotify(name, (void *)(optionValuePtr ? optionValuePtr->c_str() : ""));
|
||||
}
|
||||
OnAfterChangeOption();
|
||||
if (wantsRepaint)
|
||||
ret = menu_return::RETURN_REPAINT;
|
||||
|
||||
|
Reference in New Issue
Block a user