diff uncommitteditem.cpp @ 250:be483734bde5

* Make it possible for changeset items to take two or three lines of description, depending on how much there is * Some other small improvements to how changeset items are drawn (e.g. give them opaque white backgrounds)
author Chris Cannam
date Tue, 11 Jan 2011 17:58:14 +0000
parents 8fd71f570884
children 4811eb34e819
line wrap: on
line diff
--- a/uncommitteditem.cpp	Tue Jan 11 17:56:22 2011 +0000
+++ b/uncommitteditem.cpp	Tue Jan 11 17:58:14 2011 +0000
@@ -127,6 +127,7 @@
 
     int height = 49;
     QRectF r(x0, 0, width - 3, height);
+    paint->setBrush(Qt::white);
     paint->drawRect(r);
 
     if (m_wide) {