discomfitor pushed a commit to branch master.

commit 3640009202e6c0047ba5d62835a8dd86062e692f
Author: discomfitor <[email protected]>
Date:   Sun Jun 16 00:57:53 2013 +0100

    don't need to use real image geom in teamwork if we only show smaller 
resolution
---
 src/modules/teamwork/e_mod_tw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/teamwork/e_mod_tw.c b/src/modules/teamwork/e_mod_tw.c
index e9ca774..2c870c2 100644
--- a/src/modules/teamwork/e_mod_tw.c
+++ b/src/modules/teamwork/e_mod_tw.c
@@ -712,7 +712,7 @@ tw_show_helper(Evas_Object *o, int w, int h)
         pw = lround((double)(ph * w) / ((double)h));
      }
    e_widget_preview_size_set(o, pw, ph);
-   e_widget_preview_vsize_set(o, w, h);
+   e_widget_preview_vsize_set(o, pw, ph);
    e_popup_layer_set(tw_mod->pop, E_COMP_CANVAS_LAYER_POPUP, 0);
 
    if ((last_coords.x == last_coords.y) && (last_coords.x == -1))

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to