StablexUI icon indicating copy to clipboard operation
StablexUI copied to clipboard

Tip overlap

Open gfcrba opened this issue 10 years ago • 0 comments

Tooltips overlap when using on parent->child

And i managed to solve it with:

public function showTooltip(e:MouseEvent) : Void {
    e.stopImmediatePropagation();

gfcrba avatar Jul 10 '14 06:07 gfcrba