Skip to content

Commit 59fa228

Browse files
committed
pref seems to have disappeared from earlier
1 parent b117578 commit 59fa228

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/processing/app/ui/PreferencesFrame.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
Part of the Processing project - http://processing.org
55
6-
Copyright (c) 2012-21 The Processing Foundation
6+
Copyright (c) 2012-22 The Processing Foundation
77
Copyright (c) 2004-12 Ben Fry and Casey Reas
88
Copyright (c) 2001-04 Massachusetts Institute of Technology
99
@@ -506,6 +506,7 @@ public void mouseExited(MouseEvent e) {
506506

507507
if (Platform.isWindows()){
508508
autoAssociateBox.setVisible(true);
509+
hidpiDisableBox.setVisible(true);
509510
}
510511
// closing the window is same as hitting cancel button
511512

0 commit comments

Comments
 (0)