1
0
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:
QuocViet Le 2020-12-14 12:32:15 -06:00 committed by Cristian Maglie
parent 7a9db6ccf8
commit 69e91cab5c

View File

@ -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"));