projects
/
platform
/
core
/
uifw
/
e17.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b631b79
)
The rotation problem occured when did compare pointer instead of the value of size...
42/9742/1
author
Shawn Lee
<shiin.lee@samsung.com>
Thu, 1 Aug 2013 02:10:23 +0000
(11:10 +0900)
committer
Shawn Lee
<shiin.lee@samsung.com>
Thu, 1 Aug 2013 02:21:01 +0000
(11:21 +0900)
Change-Id: Ib47d089c21cb893bfecfbe8087e1ad4c2f3181cd
src/bin/e_border.c
patch
|
blob
|
history
diff --git
a/src/bin/e_border.c
b/src/bin/e_border.c
index
1ee593d
..
f95158e
100644
(file)
--- a/
src/bin/e_border.c
+++ b/
src/bin/e_border.c
@@
-8917,7
+8917,7
@@
_e_border_rotation_pre_resize(E_Border *bd, int rotation, int *x, int *y, int *w
if (rot_dif < 0) rot_dif = -rot_dif;
if (rot_dif != 180)
{
- if (
w !=
h)
+ if (
_w != _
h)
{
_w = bd->h;
_h = bd->w;