We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b117578 commit 59fa228Copy full SHA for 59fa228
app/src/processing/app/ui/PreferencesFrame.java
@@ -3,7 +3,7 @@
3
/*
4
Part of the Processing project - http://processing.org
5
6
- Copyright (c) 2012-21 The Processing Foundation
+ Copyright (c) 2012-22 The Processing Foundation
7
Copyright (c) 2004-12 Ben Fry and Casey Reas
8
Copyright (c) 2001-04 Massachusetts Institute of Technology
9
@@ -506,6 +506,7 @@ public void mouseExited(MouseEvent e) {
506
507
if (Platform.isWindows()){
508
autoAssociateBox.setVisible(true);
509
+ hidpiDisableBox.setVisible(true);
510
}
511
// closing the window is same as hitting cancel button
512
0 commit comments