fix #65, reset save path after pressing Clear

This commit is contained in:
tibbi 2017-10-22 10:21:25 +02:00
parent 5781dba4aa
commit 9e8a4083ba
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ class MainActivity : SimpleActivity(), MyCanvas.PathsChangedListener {
private fun clearCanvas() {
my_canvas.clearCanvas()
suggestedFileExtension = PNG
curPath = ""
}
private fun pickColor() {