mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
number the displays inside prefs from 1
This commit is contained in:
@@ -697,7 +697,7 @@ public class Preferences {
|
||||
// displaySelectionBox.removeAll();
|
||||
String[] items = new String[displayCount];
|
||||
for (int i = 0; i < displayCount; i++) {
|
||||
items[i] = String.valueOf(i);
|
||||
items[i] = String.valueOf(i + 1);
|
||||
// displaySelectionBox.add(String.valueOf(i + 1));
|
||||
}
|
||||
// PApplet.println(items);
|
||||
|
||||
Reference in New Issue
Block a user