projects
/
platform
/
core
/
uifw
/
libscl-ui-nui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a9424a
)
Modified to avoid duplicate rendering
02/275602/1
author
InHong Han
<inhong1.han@samsung.com>
Fri, 27 May 2022 01:43:23 +0000
(10:43 +0900)
committer
InHong Han
<inhong1.han@samsung.com>
Fri, 27 May 2022 02:28:19 +0000
(11:28 +0900)
Change-Id: Ic10eca8f38d65f57cf275cff6bfb5d4f0fc7c62a
scl/sclcontroller.cpp
patch
|
blob
|
history
diff --git
a/scl/sclcontroller.cpp
b/scl/sclcontroller.cpp
index 6b261cd83fd7b36971698c4f35d0ac08799e35e6..c99ca566afee7ec4a5f57564ea42ba0c5b77b50d 100644
(file)
--- a/
scl/sclcontroller.cpp
+++ b/
scl/sclcontroller.cpp
@@
-302,7
+302,8
@@
CSCLController::process_rotation_change(const SCLRotation rotation)
mode = DISPLAYMODE_PORTRAIT;
}
- //if (mode == context->get_display()) return FALSE;
+ if (mode == context->get_display_mode()) return FALSE;
+
context->set_display_mode(mode);
context->set_rotation(rotation);
/* FIXME : NEWXML temporary commenting out */