StablexUI
StablexUI copied to clipboard
Tip overlap
Tooltips overlap when using on parent->child
And i managed to solve it with:
public function showTooltip(e:MouseEvent) : Void {
e.stopImmediatePropagation();