There was an error while loading. Please reload this page.
1 parent 0398780 commit 826cd9aCopy full SHA for 826cd9a
java/src/processing/mode/java/JavaEditor.java
@@ -2407,7 +2407,7 @@ public boolean isInCurrentTab(LineID line) {
2407
* @param code tab to switch to
2408
*/
2409
@Override
2410
- protected void setCode(SketchCode code) {
+ public void setCode(SketchCode code) {
2411
//System.out.println("tab switch: " + code.getFileName());
2412
// set the new document in the textarea, etc. need to do this first
2413
super.setCode(code);
0 commit comments