mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Give focus to the Editor after clicking an error in ErrorTable
This commit is contained in:
@@ -117,6 +117,7 @@ public class ErrorTable extends JTable {
|
||||
} else if (clickCount > 1) {
|
||||
editor.errorTableDoubleClick(data);
|
||||
}
|
||||
editor.getTextArea().requestFocusInWindow();
|
||||
// editor.getErrorChecker().scrollToErrorLine(row);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user