mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +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() {
|
char* getValue() {
|
||||||
return myValueStringOutput;
|
return myValueStringOutput;
|
||||||
}
|
}
|
||||||
|
void updateValue() { onBeforeExec(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user