mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-08 02:54:24 +01:00
Typo in SerialPlotter.java
This commit is contained in:
parent
7a9db6ccf8
commit
69e91cab5c
@ -373,7 +373,7 @@ public class SerialPlotter extends AbstractMonitor {
|
|||||||
sendButton.addActionListener(listener);
|
sendButton.addActionListener(listener);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void appyPreferences() {
|
public void applyPreferences() {
|
||||||
// Apply line endings.
|
// Apply line endings.
|
||||||
if (PreferencesData.get("serial.line_ending") != null) {
|
if (PreferencesData.get("serial.line_ending") != null) {
|
||||||
lineEndings.setSelectedIndex(PreferencesData.getInteger("serial.line_ending"));
|
lineEndings.setSelectedIndex(PreferencesData.getInteger("serial.line_ending"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user