Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TurtleArtActivity.py1
-rwxr-xr-xturtleblocks.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index 6da0bc3..533796c 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -1660,6 +1660,7 @@ in order to use the plugin.'))
if os.path.exists(file_path):
self.tw.load_files(file_path)
break
+ self.tw.load_save_folder = os.path.dirname(self._selected_sample)
def _fill_samples_list(self, store):
'''
diff --git a/turtleblocks.py b/turtleblocks.py
index a252b5d..6ef5263 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -817,6 +817,7 @@ Would you like to save before quitting?'))
if os.path.exists(file_path):
self.tw.load_files(file_path)
break
+ self.tw.load_save_folder = os.path.dirname(self._selected_sample)
def _fill_samples_list(self, store):
'''