You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/04/27 17:21:55 UTC

[royale-asjs] branch develop updated: searchfilter: fix renamed parent function

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 e091d74  searchfilter: fix renamed parent function
e091d74 is described below

commit e091d74c85c5e8af826d8c52d8dbab2ed5fae060
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Apr 27 19:21:50 2020 +0200

    searchfilter: fix renamed parent function
---
 .../org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 1027604..e41c798 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
@@ -47,7 +47,7 @@ package org.apache.royale.jewel.beads.controls.combobox
 		{
 		}
 
-		override protected function keyUpLogic(input:Object):void
+		override protected function textInputKeyUpLogic(input:Object):void
 		{
 			// first remove a previous selection
 			if(list.selectedIndex != -1)