diff options
author | deva <deva> | 2008-12-03 08:46:12 +0000 |
---|---|---|
committer | deva <deva> | 2008-12-03 08:46:12 +0000 |
commit | f5bb02dc533f136311682e8801c2d9834e3be691 (patch) | |
tree | b4d2207eb885860b58911c34be2c237a6e1b8b03 /client/widgets/checkbox.cc | |
parent | 71649bf93bbbf871f48e1e94f4a42aa2534d5370 (diff) |
Fixed onchange in altcombobox and checkbox.
Diffstat (limited to 'client/widgets/checkbox.cc')
-rw-r--r-- | client/widgets/checkbox.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/widgets/checkbox.cc b/client/widgets/checkbox.cc index e439159..1b8d64b 100644 --- a/client/widgets/checkbox.cc +++ b/client/widgets/checkbox.cc @@ -75,12 +75,12 @@ void CheckBox::setValue(QString value) // If set operation did not change the value we must invocate the code manually. if(old == isChecked()) state_change(); } - +/* bool CheckBox::isValid() { - return true; + return luaValidator(); } - +*/ void CheckBox::state_change() { luaValidator(); |