diff options
author | deva <deva> | 2008-09-10 09:09:53 +0000 |
---|---|---|
committer | deva <deva> | 2008-09-10 09:09:53 +0000 |
commit | 5652f86efda63c232cef9d626f934080340ff40e (patch) | |
tree | 67f3834ad148133f204641f13b1026c4007b34b5 /client/widgets | |
parent | 0c366ed6b09c06439f3349b220e803b21e4547b9 (diff) |
Made combobox in select state painted red when nothing is selected.
Diffstat (limited to 'client/widgets')
-rw-r--r-- | client/widgets/combobox.cc | 2 |
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; |