gui/widget/stringinput_ext.h: add CIntInput method to force char* value update

Origin commit data
------------------
Commit: f363cf7f0e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-07-31 (Tue, 31 Jul 2012)
This commit is contained in:
[CST] Focus
2012-07-31 18:17:30 +04:00
parent 799dffc8e7
commit 54b8229cf7

View File

@@ -226,8 +226,7 @@ class CIntInput : public CExtendedInput
char* getValue() {
return myValueStringOutput;
}
void updateValue() { onBeforeExec(); }
};
#endif