mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
sketchbook now running sort of
This commit is contained in:
@@ -152,7 +152,7 @@ public class PdeEditorHeader extends Panel /* implements ActionListener*/ {
|
||||
g.setColor(backgroundColor);
|
||||
g.fillRect(0, 0, imageW, imageH);
|
||||
|
||||
boolean boringUser = user.equals("default");
|
||||
boolean boringUser = editor.userName.equals("default");
|
||||
|
||||
g.setColor(secondaryColor);
|
||||
g.drawString(SKETCH_TITLER, sketchTitleLeft, baseline);
|
||||
|
||||
Reference in New Issue
Block a user