summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2008-09-10 09:09:53 +0000
committerdeva <deva>2008-09-10 09:09:53 +0000
commit5652f86efda63c232cef9d626f934080340ff40e (patch)
tree67f3834ad148133f204641f13b1026c4007b34b5
parent0c366ed6b09c06439f3349b220e803b21e4547b9 (diff)
Made combobox in select state painted red when nothing is selected.
-rw-r--r--client/widgets/combobox.cc2
1 files changed, 2 insertions, 0 deletions
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;