mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
Outline window width fixed. Fixes #31
This commit is contained in:
@@ -233,7 +233,7 @@ public class ASTGenerator {
|
||||
|
||||
}
|
||||
|
||||
public static final boolean SHOWAST = true;
|
||||
public static final boolean SHOWAST = !true;
|
||||
|
||||
protected DefaultMutableTreeNode buildAST(String source, CompilationUnit cu) {
|
||||
if (cu == null) {
|
||||
|
||||
Reference in New Issue
Block a user