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

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

commit 03fd2d44ffbf92c6af36e354e1f2921a930bc837
Author: Peter Ent <[email protected]>
AuthorDate: Wed Mar 28 11:17:47 2018 -0400

    Expose private function as protected to use in subclass.
---
 .../src/main/royale/org/apache/royale/html/accessories/ToolTipBead.as | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/accessories/ToolTipBead.as
 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/accessories/ToolTipBead.as
index 1a1622c..f9fc4c2 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/accessories/ToolTipBead.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/accessories/ToolTipBead.as
@@ -189,8 +189,10 @@ package org.apache.royale.html.accessories
         /**
          * @private
          */
-        private function rollOutHandler(event:MouseEvent):void
+        protected function rollOutHandler(event:MouseEvent):void
         {
+                       
IEventDispatcher(_strand).removeEventListener(MouseEvent.MOUSE_OUT, 
rollOutHandler, false);
+                       
                        var comp:IUIBase = _strand as IUIBase;
             if (tt) {
                 host.removeElement(tt);

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to