mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Preparing the ground for rewriting Preferences GUI code (and hopefully fixing the tiny-pref-window bug on macosx)
This commit is contained in:
@ -45,7 +45,7 @@ import java.io.*;
|
||||
|
||||
public void show() {
|
||||
String originalText = editor.textarea.getText();
|
||||
int indentSize = Preferences.getInteger("editor.tabs.size");
|
||||
int indentSize = PreferencesData.getInteger("editor.tabs.size");
|
||||
|
||||
//
|
||||
|
||||
|
Reference in New Issue
Block a user