mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 00:13:37 +02:00
gui/widget/stringinput_ext.h: add CIntInput method to force char* value update
Origin commit data
------------------
Branch: ni/coolstream
Commit: f363cf7f0e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-07-31 (Tue, 31 Jul 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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