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:
2554a0b
)
Don't allow toolbar to be dragable w/ the mouse if scrollable is set
author
Christopher Michael
<cpmichael1@comcast.net>
Thu, 10 Jun 2010 01:21:39 +0000
(
01:21
+0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Thu, 10 Jun 2010 01:21:39 +0000
(
01:21
+0000)
to False.
SVN revision: 49602
src/lib/elm_toolbar.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_toolbar.c
b/src/lib/elm_toolbar.c
index 878ffa60f86b4d230ae429f89c4703d58bca6d92..d27e3ad0e5df86b0eaa96f7429200d3f8fe98c86 100644
(file)
--- a/
src/lib/elm_toolbar.c
+++ b/
src/lib/elm_toolbar.c
@@
-645,6
+645,7
@@
elm_toolbar_scrollable_set(Evas_Object *obj, Eina_Bool scrollable)
if (!wd) return;
wd->scrollable = scrollable;
+ elm_smart_scroller_bounce_allow_set(wd->scr, wd->scrollable, 0);
_sizing_eval(obj);
}