From c177f9b7ab29ee26bd16092478ad1456f07c4885 Mon Sep 17 00:00:00 2001 From: "khee85.lee" Date: Fri, 14 Feb 2014 17:57:52 +0900 Subject: [PATCH] Fix ScrollPanelTestApp's Scroll issue Change-Id: I29c178785e636f6c7fa5e79cca329fb4e050bdc6 Signed-off-by: khee85.lee --- src/ui/animations/platform/FUiAnim_EcoreXLooper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/animations/platform/FUiAnim_EcoreXLooper.cpp b/src/ui/animations/platform/FUiAnim_EcoreXLooper.cpp index d9898ca..6d5ad8e 100644 --- a/src/ui/animations/platform/FUiAnim_EcoreXLooper.cpp +++ b/src/ui/animations/platform/FUiAnim_EcoreXLooper.cpp @@ -70,6 +70,7 @@ OnIdleEntered(void* pData) { PRINT("RAWEVENT_DRAW() \n"); _DisplayManager::GetInstance()->RenderAll(true); + _DisplayManager::GetInstance()->SetNeedsComposite(true); PRINT("RAWEVENT_DRAW() finished \n"); } -- 2.7.4