From 5652f86efda63c232cef9d626f934080340ff40e Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 10 Sep 2008 09:09:53 +0000 Subject: Made combobox in select state painted red when nothing is selected. --- client/widgets/combobox.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/widgets/combobox.cc b/client/widgets/combobox.cc index 12c1f26..db8fc2d 100644 --- a/client/widgets/combobox.cc +++ b/client/widgets/combobox.cc @@ -136,10 +136,12 @@ bool ComboBox::isValid() void ComboBox::changed() { + /* if(combotype == SELECT) { luaValidator(); return; } + */ QPalette palette; -- cgit v1.2.3