mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
Use forceSaveScreen() in COsdSetup & CTimerList
This commit is contained in:
@@ -922,6 +922,7 @@ public:
|
||||
while (value.length() < 3)
|
||||
value = " " + value;
|
||||
CStringInput input(name, &value, 3, LOCALE_IPSETUP_HINT_1, LOCALE_IPSETUP_HINT_2, "0123456789 ", this);
|
||||
input.forceSaveScreen(true);
|
||||
return input.exec(parent, action_Key);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user