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 0db8bdb commit b133faaCopy full SHA for b133faa
app/src/processing/app/FindReplace.java
@@ -200,7 +200,7 @@ public void focusLost(FocusEvent e) {
200
201
pack();
202
Insets insets = getInsets();
203
- System.out.println("Insets = " + insets);
+ //System.out.println("Insets = " + insets);
204
setSize(wide + insets.left + insets.right,high + insets.top + insets.bottom);
205
206
setLocationRelativeTo( null ); // center
0 commit comments