mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
sanitizing of sketch names to their legit equivalents, also on
PdeSketchbook.rebuildMenu()
This commit is contained in:
@@ -321,6 +321,7 @@ public class PdeSketch {
|
||||
|
||||
// user cancelled selection
|
||||
if (newName == null) return false;
|
||||
newName = PdeSketchbook.sanitizeName(newName);
|
||||
|
||||
// new sketch folder
|
||||
File newFolder = new File(newParentDir, newName);
|
||||
|
||||
Reference in New Issue
Block a user