lisongmechlab / lsml

Li Song Mech Lab
http://lisongmechlab.github.io/lsml/
GNU General Public License v3.0
42 stars 6 forks source link

Text is cut off in select new garage dialogue. #781

Closed LiSongMWO closed 2 years ago

LiSongMWO commented 2 years ago

LSML version: latest (develop) as of 2022-08-12 Screen resolution: 3840x2160 Java version: 8u301

Steps to reproduce issue:

  1. Clear all configs from %appdata%/LiSoft/LSML.
  2. Open LSML
  3. Browse to game install

Actual result: The following dialogue where the text is cut off is displayed: image

Expected result: The text is not cut off.

LiSongMWO commented 2 years ago

This should be a one-two line fix. @sestrand are you interested in taking a look?

Most likely there's a missing calls on the dialogue object to get it to not cut off the text and you should be able to find examples where this is done. I think this may be an easy introduction to the UI code.

LiSongMWO commented 2 years ago

Uh, never mind, turns out the proper fix was a bit more involved than I thought initially so I just took care of it so we can get the next release out.