projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85efc0e
)
copypaste: Do not show popup when entry is not in the viewport.
author
SubodhKumar
<s7158.kumar@samsung.com>
Mon, 26 Dec 2016 06:28:51 +0000
(11:58 +0530)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:12 +0000
(14:37 +0900)
Change-Id: I7fd61159dc669520bd090a16b8a8738ddc0adeab
src/modules/copypasteUI_ctxpopup/copypaste.c
patch
|
blob
|
history
diff --git
a/src/modules/copypasteUI_ctxpopup/copypaste.c
b/src/modules/copypasteUI_ctxpopup/copypaste.c
index 28b3ad54e4ce5f1d69e65223f38da6fb7ffad3cb..316462242b03b8069f31c2b7cb71dd8e3e7cc479 100644
(file)
--- a/
src/modules/copypasteUI_ctxpopup/copypaste.c
+++ b/
src/modules/copypasteUI_ctxpopup/copypaste.c
@@
-363,9
+363,7
@@
_in_viewport_check()
{
return EINA_TRUE;
}
- return EINA_FALSE;
}
- return EINA_TRUE;
}
else
{
@@
-389,9
+387,7
@@
_in_viewport_check()
{
return EINA_TRUE;
}
- return EINA_FALSE;
}
- return EINA_TRUE;
}
return EINA_FALSE;
}