]> git.sesse.net Git - kdenlive/commitdiff
Fix cursor not visible in title widget:
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 12 Jul 2011 11:31:08 +0000 (11:31 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 12 Jul 2011 11:31:08 +0000 (11:31 +0000)
http://kdenlive.org/mantis/view.php?id=2231

svn path=/trunk/kdenlive/; revision=5789

src/titlewidget.cpp

index 028fa58749fef599ed948c1994430c61d042243c..8ba4eb42b841d9890022c06fc6771a3bb11934e4 100644 (file)
@@ -1548,6 +1548,7 @@ void TitleWidget::slotUpdateText()
 //  item->setTextCursor(cur);
         cur.clearSelection();
         item->setTextCursor(cur);
+        item->setDefaultTextColor(color);
     }
 }