mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-10 15:18:28 +02:00
/widget/menue.h/cpp: add missing signal OnAfterChangeOption()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0462547303
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-03-12 (Tue, 12 Mar 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2237,6 +2237,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