v1.2.0: fixed tooltips being blocked behind text on wndInfoMob
This commit is contained in:
parent
3f4a677700
commit
8ee2a23ef4
|
@ -62,6 +62,8 @@ public class WndTitledMessage extends Window {
|
|||
text.maxWidth(width);
|
||||
}
|
||||
|
||||
bringToFront(titlebar);
|
||||
|
||||
resize( width, (int)text.bottom() + 2 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user