Gets size instead of preferred size
This commit is contained in:
parent
b1a0d4f2a9
commit
0f01a64f07
@ -322,7 +322,6 @@ public class Profile {
|
|||||||
gui.getSize().width,
|
gui.getSize().width,
|
||||||
gui.getSize().height
|
gui.getSize().height
|
||||||
));
|
));
|
||||||
System.out.println("Saving: " + gui.getSize().width + ", " + gui.getSize().height);
|
|
||||||
file.close();
|
file.close();
|
||||||
for (Profile profile : profiles) {
|
for (Profile profile : profiles) {
|
||||||
StringBuilder saveString = new StringBuilder(String.format(
|
StringBuilder saveString = new StringBuilder(String.format(
|
||||||
|
Loading…
Reference in New Issue
Block a user