v1.2.0: fixed tooltips being blocked behind text on wndInfoMob

This commit is contained in:
Evan Debenham 2022-02-27 10:23:43 -05:00
parent 3f4a677700
commit 8ee2a23ef4

View File

@ -62,6 +62,8 @@ public class WndTitledMessage extends Window {
text.maxWidth(width);
}
bringToFront(titlebar);
resize( width, (int)text.bottom() + 2 );
}
}