Revision: 3838
http://vexi.svn.sourceforge.net/vexi/?rev=3838&view=rev
Author: clrg
Date: 2010-04-19 21:20:43 +0000 (Mon, 19 Apr 2010)
Log Message:
-----------
Minor bugfix for fields to fix occasional visual artifact
Modified Paths:
--------------
trunk/widgets/org.vexi.widgets/src/org/vexi/lib/text/field.t
Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/text/field.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/text/field.t
2010-04-19 12:22:17 UTC (rev 3837)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/text/field.t
2010-04-19 21:20:43 UTC (rev 3838)
@@ -153,7 +153,7 @@
static.viewWrite = function(v) {
cascade = v;
var t = trapee;
- v.height ++= function(v) { t.th_viewport.height = v; cascade = v; }
+ v.height ++= function(v) { t.th_viewport.minheight = v; cascade = v; }
}
/** make sure the viewport is the right size on display */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn