mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
gui/widget/stringinput_ext.h: add CIntInput method to force char* value update
This commit is contained in:
@@ -226,8 +226,7 @@ class CIntInput : public CExtendedInput
|
||||
char* getValue() {
|
||||
return myValueStringOutput;
|
||||
}
|
||||
void updateValue() { onBeforeExec(); }
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user