mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Allow OS to set location
This commit is contained in:
@@ -112,7 +112,9 @@ public enum FView {
|
||||
|
||||
FView.this.frmSplash.dispose();
|
||||
FView.this.frmSplash = null;
|
||||
|
||||
|
||||
// Allow OS to set location. Hopefully this doesn't cause issues
|
||||
frmDocument.setLocationByPlatform(true);
|
||||
frmDocument.setVisible(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user