diff options
author | deva <deva> | 2009-03-18 14:03:58 +0000 |
---|---|---|
committer | deva <deva> | 2009-03-18 14:03:58 +0000 |
commit | fe56b832d8781db11911b778630d344bcc834145 (patch) | |
tree | 6b75784b6a66c593461957af2e69925c4cc12028 /client/widgets/widget.cc | |
parent | 4696bba0897715cb79eb75fcb14169964e1562e2 (diff) |
Made combobox show its background (red on invalid) even when running with plastique style.
Diffstat (limited to 'client/widgets/widget.cc')
-rw-r--r-- | client/widgets/widget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/widget.cc b/client/widgets/widget.cc index 870fc4b..42db8f6 100644 --- a/client/widgets/widget.cc +++ b/client/widgets/widget.cc @@ -79,7 +79,7 @@ bool Widget::regexpValidator() } bool Widget::luaValidator() -{ +{ if(!hasluaprogram) return true; if(macrowindow->luaprograms.contains(luaprogram) == false) return false; |