Revision: 4749
          http://sourceforge.net/p/vexi/code/4749
Author:   mkpg2
Date:     2014-11-18 03:26:40 +0000 (Tue, 18 Nov 2014)
Log Message:
-----------
Fix regression. emblem not half scale of icon.

Modified Paths:
--------------
    branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/layout/icon.t

Modified: 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/layout/icon.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/layout/icon.t    
2014-11-13 01:28:32 UTC (rev 4748)
+++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/layout/icon.t    
2014-11-18 03:26:40 UTC (rev 4749)
@@ -23,7 +23,7 @@
         if (!trapee.size) {
             return;
         }
-        trapee[0][1].fill = v ? static.getIcon("icon"+trapee.size, v) : null;
+        trapee[0][1].fill = v ? static.getIcon("icon"+(trapee.size/2), v) : 
null;
     }
     
     /** sets the icon's image to the specified resource */

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to