mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
console clearing stuff patched over from 68
This commit is contained in:
@@ -240,7 +240,7 @@ public class PdeFontBuilder extends JFrame {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
//System.out.println(e);
|
||||
smooth = smoothBox.isSelected();
|
||||
System.out.println(smooth);
|
||||
//System.out.println(smooth);
|
||||
}
|
||||
});
|
||||
smoothBox.setSelected(smooth);
|
||||
|
||||
Reference in New Issue
Block a user