mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
fix up the error table a little more
This commit is contained in:
@@ -194,7 +194,7 @@ public class JavaEditor extends Editor {
|
||||
@Override
|
||||
public EditorFooter createFooter() {
|
||||
EditorFooter footer = super.createFooter();
|
||||
addErrorTable();
|
||||
addErrorTable(footer);
|
||||
return footer;
|
||||
}
|
||||
|
||||
|
||||
@@ -956,6 +956,7 @@ public class ErrorCheckerService implements Runnable {
|
||||
// }
|
||||
|
||||
}
|
||||
// table.updateColumns();
|
||||
|
||||
// DefaultTableModel tm =
|
||||
// new DefaultTableModel(errorData, XQErrorTable.columnNames);
|
||||
|
||||
Reference in New Issue
Block a user