Revision: 3008
          http://vexi.svn.sourceforge.net/vexi/?rev=3008&view=rev
Author:   clrg
Date:     2008-08-01 14:29:07 +0000 (Fri, 01 Aug 2008)

Log Message:
-----------
Do not popup if already popped

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/combo.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/combo.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/combo.t      
2008-08-01 03:21:01 UTC (rev 3007)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/combo.t      
2008-08-01 14:29:07 UTC (rev 3008)
@@ -37,7 +37,7 @@
             t.v_edit.KeyPressed = v;
             if (t.matchtext) {
                 if (t.v_edit.text == "") static.unmatch(t);
-                else t.popup = true;
+                else if (!t.popped) t.popup = true;
             }
         }
         return;


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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to