projects
/
platform
/
core
/
uifw
/
dali-adaptor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f525357
)
[4.0] Call RequestUpdateOnce after pause callback
42/153342/1
author
Jinho, Lee
<jeano.lee@samsung.com>
Thu, 28 Sep 2017 08:09:09 +0000
(17:09 +0900)
committer
Jinho, Lee
<jeano.lee@samsung.com>
Thu, 28 Sep 2017 08:50:52 +0000
(17:50 +0900)
This reverts commit
06cf40aa46d2c142deb66692347251f1526b7f3e
.
Change-Id: I4b82c131fc61ff9405fed625cefc635ba406ee05
adaptors/common/adaptor-impl.cpp
patch
|
blob
|
history
diff --git
a/adaptors/common/adaptor-impl.cpp
b/adaptors/common/adaptor-impl.cpp
index 6f52ff625998fe1288bf39196b829671a86e9452..7675c9002b81f93914d320be26a95742d566b948 100644
(file)
--- a/
adaptors/common/adaptor-impl.cpp
+++ b/
adaptors/common/adaptor-impl.cpp
@@
-304,6
+304,9
@@
void Adaptor::Pause()
mThreadController->Pause();
mCore->Suspend();
mState = PAUSED;
+
+ // Process remained events and rendering in the update thread
+ RequestUpdateOnce();
}
}