mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
tab fixes and hack for text with a z coord
This commit is contained in:
@@ -325,7 +325,8 @@ public class EditorHeader extends JComponent {
|
||||
JMenu unhide = new JMenu("Unhide");
|
||||
ActionListener unhideListener = new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
editor.sketch.unhideCode((String) (e.getActionCommand()));
|
||||
String which = (String) e.getActionCommand();
|
||||
editor.sketch.unhideCode(which);
|
||||
rebuildMenu();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user