diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-08-07 10:20:30 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-08-07 10:20:30 +0000 |
commit | dc9c7c31085d3f23697a6841a44d512480e7e295 (patch) | |
tree | bcc7ed78b9702071e84fb7fb9ab66e367d8846c9 /src/bin/test_toolbar.c | |
parent | 9865c4fcc0b2246c211ad8aee81360d16d4c7260 (diff) | |
download | elementary-dc9c7c31085d3f23697a6841a44d512480e7e295.tar.gz |
fix another elm bug where arrows are not "clickable" for scrolling to
next/prev item - needed to add a feature to scrolelr (and accidentally
also to scrolled interface too :)) to make this work. now works.
SVN revision: 74969
Diffstat (limited to 'src/bin/test_toolbar.c')
-rw-r--r-- | src/bin/test_toolbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/test_toolbar.c b/src/bin/test_toolbar.c index 2c8b94282..53e07fe9b 100644 --- a/src/bin/test_toolbar.c +++ b/src/bin/test_toolbar.c @@ -99,7 +99,7 @@ test_toolbar(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_inf elm_toolbar_shrink_mode_set(tb, ELM_TOOLBAR_SHRINK_MENU); evas_object_size_hint_weight_set(tb, 0.0, 0.0); evas_object_size_hint_align_set(tb, EVAS_HINT_FILL, 0.0); - elm_object_scale_set(tb, 0.9); +// elm_object_scale_set(tb, 0.9); ph1 = elm_photo_add(win); ph2 = elm_photo_add(win); |