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