mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
attempting to break curve at the lsat minute
This commit is contained in:
@@ -89,10 +89,6 @@ public class PdeEditorButtons extends Panel {
|
||||
Color.black));
|
||||
add(status);
|
||||
|
||||
Color buttonBgColor =
|
||||
PdeBase.getColor("editor.buttons.bgcolor", new Color(153, 0, 0));
|
||||
setBackground(buttonBgColor);
|
||||
|
||||
status.setBounds(-5, BUTTON_COUNT*BUTTON_HEIGHT,
|
||||
BUTTON_WIDTH + 15, BUTTON_HEIGHT);
|
||||
status.setAlignment(Label.CENTER);
|
||||
|
||||
Reference in New Issue
Block a user