Skip to content

Commit 558de4f

Browse files
committed
Inital fix
Needs to be activated at the appropriate time
1 parent 76ec941 commit 558de4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/processing/app/ui/Splash.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ static public void setDisableHiDPI(boolean disabled) {
165165
static public void main(String[] args) {
166166
// Has to be done before AWT is initialized, so the hack lives here
167167
// instead of Base or anywhere else that might make more sense.
168+
System.setProperty("sun.java2d.uiScale", "2");
168169
if (getDisableHiDPI()) {
169170
System.setProperty("sun.java2d.uiScale.enabled", "false");
170171
}

0 commit comments

Comments
 (0)