From f5bb02dc533f136311682e8801c2d9834e3be691 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 3 Dec 2008 08:46:12 +0000 Subject: Fixed onchange in altcombobox and checkbox. --- client/widgets/checkbox.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/widgets/checkbox.cc') 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(); -- cgit v1.2.3