This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4416688  jewel-searchfilter: remove comments
4416688 is described below

commit 441668826c42beef56eb17a423afb63a9b92c9aa
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Apr 24 18:19:55 2020 +0200

    jewel-searchfilter: remove comments
---
 .../org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as   | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as
index b642de5..1027604 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as
@@ -59,11 +59,7 @@ package org.apache.royale.jewel.beads.controls.combobox
 
                        var popUpVisible:Boolean = 
input.parent.view.popUpVisible;
             if (!popUpVisible) {
-                //force popup ?:
                 input.parent.view.popUpVisible = true;
-                
-                               //or avoid ?:
-                //return;
             }
                        
                        // fill "list" with the internal list in the combobox 
popup

Reply via email to