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 366681d  jewel-comboboxcontroller: must be inverted
366681d is described below

commit 366681d60313003b2d5a3c7c7caf19aa531a5dc5
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Jun 14 16:22:50 2020 +0200

    jewel-comboboxcontroller: must be inverted
---
 .../org/apache/royale/jewel/beads/controllers/ComboBoxController.as     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controllers/ComboBoxController.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controllers/ComboBoxController.as
index f77356f..1c99980 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controllers/ComboBoxController.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controllers/ComboBoxController.as
@@ -158,7 +158,7 @@ package org.apache.royale.jewel.beads.controllers
                {
                        COMPILE::JS
                        {
-                       if (isFocused(viewBead.textinput as UIBase))
+                       if (!isFocused(viewBead.textinput as UIBase))
                                return; 
                        }
                        

Reply via email to