We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6af2c commit 9a441d6Copy full SHA for 9a441d6
app/src/processing/app/Editor.java
@@ -1888,7 +1888,7 @@ protected void handleFindReference() {
1888
public void handleRun(final boolean verbose) {
1889
internalCloseRunner();
1890
if (Preferences.getBoolean("save.verifyUpload")) {
1891
- if (sketch.isModified()) {
+ if (sketch.isModified() && !sketch.isReadOnly()) {
1892
handleSave(true);
1893
}
1894
@@ -2375,7 +2375,7 @@ public boolean serialPrompt() {
2375
*/
2376
synchronized public void handleExport(final boolean usingProgrammer) {
2377
2378
2379
2380
2381
0 commit comments