From f363cf7f0eec686b0110ce4135479e67ad215c27 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 31 Jul 2012 18:17:30 +0400 Subject: [PATCH] gui/widget/stringinput_ext.h: add CIntInput method to force char* value update --- src/gui/widget/stringinput_ext.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/widget/stringinput_ext.h b/src/gui/widget/stringinput_ext.h index a237cf6e0..42b632391 100644 --- a/src/gui/widget/stringinput_ext.h +++ b/src/gui/widget/stringinput_ext.h @@ -226,8 +226,7 @@ class CIntInput : public CExtendedInput char* getValue() { return myValueStringOutput; } + void updateValue() { onBeforeExec(); } }; - - #endif