From 16611ad3a8509ed171f27a0301d7a7730448a4a8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Tue, 12 Jul 2011 11:31:08 +0000 Subject: [PATCH] Fix cursor not visible in title widget: http://kdenlive.org/mantis/view.php?id=2231 svn path=/trunk/kdenlive/; revision=5789 --- src/titlewidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/titlewidget.cpp b/src/titlewidget.cpp index 028fa587..8ba4eb42 100644 --- a/src/titlewidget.cpp +++ b/src/titlewidget.cpp @@ -1548,6 +1548,7 @@ void TitleWidget::slotUpdateText() // item->setTextCursor(cur); cur.clearSelection(); item->setTextCursor(cur); + item->setDefaultTextColor(color); } } -- 2.39.5