ecere/gui/controls/ListBox: Support for text without opaque background in ListBox
authorJerome St-Louis <jerome@ecere.com>
Wed, 7 Mar 2012 20:06:01 +0000 (15:06 -0500)
committerJerome St-Louis <jerome@ecere.com>
Wed, 7 Mar 2012 20:06:01 +0000 (15:06 -0500)
ecere/src/gui/controls/ListBox.ec

index e1db4a3..dbbc1b2 100644 (file)
@@ -2299,6 +2299,7 @@ private:
          }
          else
          {
+            if(!opacity) surface.TextOpacity(false);
             // Draw the rows
             for(field = fields.first; field; field = field.next)
             {