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

This commit is contained in:
[CST] Focus
2012-07-31 18:17:30 +04:00
parent 8ca988725c
commit f363cf7f0e

View File

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