From 25eecf940815db811f66256831a7b74a3b8ea9f7 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 12 May 2013 15:35:25 +0200 Subject: mwscrollable bug --- metawatchwatchlets/metawatch-digital-notification.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'metawatchwatchlets') diff --git a/metawatchwatchlets/metawatch-digital-notification.qml b/metawatchwatchlets/metawatch-digital-notification.qml index dad8cca..dd4dc66 100644 --- a/metawatchwatchlets/metawatch-digital-notification.qml +++ b/metawatchwatchlets/metawatch-digital-notification.qml @@ -99,12 +99,15 @@ MWPage { } function openNotification(notification) { + scrollable.scrollTop(); curNotification = notification; } Connections { target: watch onButtonPressed: { + console.log(emailContainer.height); + console.log() switch (button) { case 1: scrollable.scrollUp(); @@ -114,8 +117,5 @@ MWPage { break; } } - onActiveChanged: { - scrollable.scrollTop(); - } } } -- cgit v1.2.3