misc fixes
[fanfix.git] / src / jexer / TComboBox.java
index bb223c3a12aa4b6b3340bdaf544858a6025fde25..5748c36fd2819524b572bb529b4a8340e6b3eded 100644 (file)
@@ -249,7 +249,7 @@ public class TComboBox extends TWidget {
             }
         }
 
-        if (isAbsoluteActive() && (limitToListValue == false)) {
+        if (isAbsoluteActive()) {
             comboBoxColor = getTheme().getColor("tcombobox.active");
         } else {
             comboBoxColor = getTheme().getColor("tcombobox.inactive");