mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Set the default rendered to not be OpenGL; patch from Ben.
This commit is contained in:
@@ -347,6 +347,7 @@ public class PdeBase extends Frame implements ActionListener {
|
||||
|
||||
normalItem = new CheckboxMenuItem("Normal");
|
||||
rendererMenu.add(normalItem);
|
||||
normalItem.setState(true);
|
||||
normalItem.addItemListener(new ItemListener() {
|
||||
public void itemStateChanged(ItemEvent e) {
|
||||
openglItem.setState(false);
|
||||
|
||||
Reference in New Issue
Block a user