This is an automated email from the ASF dual-hosted git repository.
gregdove 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 42053f991b include 'ToolTip' class name for native css styling of mx
ToolTip
42053f991b is described below
commit 42053f991b6482224fe611f9bcd0a8f1b413e2bd
Author: greg-dove <[email protected]>
AuthorDate: Wed Sep 28 12:34:17 2022 +1300
include 'ToolTip' class name for native css styling of mx ToolTip
---
frameworks/projects/MXRoyale/src/main/royale/mx/controls/ToolTip.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ToolTip.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ToolTip.as
index 7e71c833a6..e05a3a911a 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ToolTip.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ToolTip.as
@@ -118,7 +118,7 @@ public class ToolTip extends Label implements IToolTip//,
IFontContextComponent
public function ToolTip()
{
super();
-
+ typeNames = 'ToolTip ' + typeNames;
// InteractiveObject variables.
// Make the ToolTip invisible to the mouse so that it doesn't
// interfere with the ToolTipManager's mouse-tracking.