Skip to content

Commit 3c6f2ce

Browse files
committed
triggering onBoardOrPortChange when changing port
1 parent 6ca0ac7 commit 3c6f2ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/processing/app/Editor.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,9 @@ protected void selectSerialPort(String name) {
959959
serialMonitor.closeSerialPort();
960960
serialMonitor.setVisible(false);
961961
serialMonitor = new SerialMonitor(Preferences.get("serial.port"));
962+
963+
onBoardOrPortChange();
964+
962965
//System.out.println("set to " + get("serial.port"));
963966
}
964967

0 commit comments

Comments
 (0)