Revision: 3593
http://vexi.svn.sourceforge.net/vexi/?rev=3593&view=rev
Author: clrg
Date: 2009-08-10 10:32:26 +0000 (Mon, 10 Aug 2009)
Log Message:
-----------
Fix resizable not opposing root.shrink - but does this feature work?
Modified Paths:
--------------
trunk/core/org.vexi.core/src/org/vexi/core/Surface.java
Modified: trunk/core/org.vexi.core/src/org/vexi/core/Surface.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/Surface.java 2009-08-10
10:30:56 UTC (rev 3592)
+++ trunk/core/org.vexi.core/src/org/vexi/core/Surface.java 2009-08-10
10:32:26 UTC (rev 3593)
@@ -447,8 +447,8 @@
/** only run if scheduled */
public Object run(Object o) {
// TODO: document this in the reference
- if (resizable != Box.testShrink(root)) {
- resizable = Box.testShrink(root);
+ if (resizable == Box.testShrink(root)) {
+ resizable = !Box.testShrink(root);
setResizable(resizable);
}
if (visible != Box.testDisplay(root)) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn