mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
remove debug item
This commit is contained in:
@@ -335,7 +335,6 @@ public class ErrorTable extends JTable {
|
||||
boolean selected,
|
||||
boolean focused,
|
||||
int row, int column) {
|
||||
setBackground(Color.RED);
|
||||
if (selected) {
|
||||
setForeground(textColorSelected);
|
||||
setBackground(bgColorSelected);
|
||||
|
||||
Reference in New Issue
Block a user