(svn r15334) -Codechange: reset setting to old value when the callback procedure returns false

This commit is contained in:
smatz
2009-02-04 15:01:37 +00:00
parent 3cf7255c4f
commit 496b541cb1
6 changed files with 79 additions and 79 deletions

View File

@@ -48,7 +48,7 @@ template <> struct EnumPropsT<SettingGuiFlagLong> : MakeEnumPropsT<SettingGuiFla
typedef TinyEnumT<SettingGuiFlagLong> SettingGuiFlag;
typedef int32 OnChange(int32 var); ///< callback prototype on data modification
typedef bool OnChange(int32 var); ///< callback prototype on data modification
typedef int32 OnConvert(const char *value); ///< callback prototype for convertion error
struct SettingDescBase {