[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:15:24 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=e0cea56

The following commit has been merged in the master branch:
commit e0cea5649ab9831cb30388dec9ae654b57138c1a
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Oct 12 01:27:19 2012 +0200

    Fix scrolling
    
    Workaround a bug in Qt #27592 where the ListView won't scroll to the end when
    sections are being used. Dirty hack but seems to work correct.
    
    REVIEW: 106791
    BUG: 298392
---
 chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
index b3e3631..ea68f41 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
@@ -162,7 +162,7 @@ Item {
 
         onCountChanged: {
             if(!moving && followConversation && contentHeight>height) {
-                view.positionViewAtEnd()
+                view.positionViewAtEnd(); view.positionViewAtEnd() //see https://bugreports.qt-project.org/browse/QTBUG-27529
             }
         }
     }

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list