This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Remove useless line in PatchManager::saveDialog().
tags/v2.0.0
Andrew Belt
3 years ago
parent
17416a7f5e
commit
dbe843447b
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/patch.cpp
+ 0
- 1
src/patch.cpp
View File
@@ -103,7 +103,6 @@ void PatchManager::saveDialog() {
// Note: If save() fails below, this should probably be reset. But we need it so toJson() doesn't set the "unsaved" property.
APP->history->setSaved();
this->path = path;
try {
save(path);
Write
Preview
Loading…
Cancel
Save