Use forceSaveScreen() in COsdSetup & CTimerList

This commit is contained in:
M. Liebmann
2016-10-29 08:20:40 +02:00
parent 74b0ce7f70
commit e5402057d3
2 changed files with 12 additions and 0 deletions

View File

@@ -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);
}