jdmonin / JSettlers2

Java Settlers project home, downloads, and GPLv3 source code. To download the latest version as a JAR, see https://github.com/jdmonin/JSettlers2/releases/latest .
http://nand.net/jsettlers/
GNU General Public License v3.0
160 stars 63 forks source link

Prevent infinite recursion when creating a FaceChooserFrame. Issue 117 #118

Open lpassey opened 3 weeks ago

lpassey commented 3 weeks ago

In checkInsetsPadding(), if the established size of the container is larger than the space available in the parent frame, reduce the container size to match the available frame area.