v2.1.0: fixed new toolbar putting currently indicator behind backpack
This commit is contained in:
@@ -373,6 +373,7 @@ public class Toolbar extends Component {
|
|||||||
protected void layout() {
|
protected void layout() {
|
||||||
super.layout();
|
super.layout();
|
||||||
ind.fill(this);
|
ind.fill(this);
|
||||||
|
bringToFront(ind);
|
||||||
|
|
||||||
arrow.x = left() + (width - arrow.width())/2;
|
arrow.x = left() + (width - arrow.width())/2;
|
||||||
arrow.y = bottom()-arrow.height-1;
|
arrow.y = bottom()-arrow.height-1;
|
||||||
|
|||||||
Reference in New Issue
Block a user