This commit is contained in:
Jesse Boyd 2017-08-10 16:52:17 +10:00
parent c3759f8963
commit c808257b7c
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -160,6 +160,7 @@ public class Auto extends SubCommand {
} }
break; break;
} }
plotarea.setMeta("lastPlot", start);
} }
return true; return true;
} }