diff options
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; | 
