mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 11:36:43 +01:00
Fixed z-index of tooltips putting them behind the paging buttons
This commit is contained in:
parent
ed3155988a
commit
5b9f548585
1 changed files with 1 additions and 1 deletions
|
@ -88,9 +88,9 @@ public class SpellbookScreen extends HandledScreen<SpellbookScreenHandler> {
|
||||||
@Override
|
@Override
|
||||||
public void init() {
|
public void init() {
|
||||||
super.init();
|
super.init();
|
||||||
container.init(this::initPageContent);
|
|
||||||
addDrawableChild(new PageButton(x + 350, y + 187, 1));
|
addDrawableChild(new PageButton(x + 350, y + 187, 1));
|
||||||
addDrawableChild(new PageButton(x + 300, y + 187, -1));
|
addDrawableChild(new PageButton(x + 300, y + 187, -1));
|
||||||
|
container.init(this::initPageContent);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue