Revision: 2137
          http://vexi.svn.sourceforge.net/vexi/?rev=2137&view=rev
Author:   clrg
Date:     2007-09-06 15:21:36 -0700 (Thu, 06 Sep 2007)

Log Message:
-----------
Fix slider - handle was uninitialised due to XML assignments no longer being 
post-applied

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/slider.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/slider.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/slider.t    
2007-09-06 22:15:27 UTC (rev 2136)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/slider.t    
2007-09-06 22:21:36 UTC (rev 2137)
@@ -10,7 +10,7 @@
             <focusborder id="focus" cursor="hand">
                 <bevel id="bevel" form="down" vshrink="true" align="center" />
             </focusborder>
-            <ui:box id="handle" align="topleft" shrink="true" />
+            <ui:box id="handle" align="topleft" fill=".image.slider_h" 
shrink="true" />
         </ui:box>
         
         thisbox.th_focus = $focus;
@@ -25,8 +25,11 @@
             $track[flip(dim)] = $handle[flip(dim)];
         }
         
+        $handle.height ++= dimFunc;
+        
         thisbox.orient ++= function(v)
         {
+            if (orient == v) return;
             cascade = v;
             $bevel[shr] = false;
             $bevel[flip(shr)] = true;


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to