v1.2.1: fixed ui elements overlapping tooltips in talents pane
This commit is contained in:
parent
d1c477f8f2
commit
e51203f861
|
@ -109,8 +109,8 @@ public class TalentsPane extends ScrollPane {
|
||||||
blockText = null;
|
blockText = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (TalentTierPane p : panes){
|
for (int i = panes.size()-1; i >= 0; i--){
|
||||||
content.bringToFront(p);
|
content.bringToFront(panes.get(i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user