chiark / gitweb /
Fix #458
authordaid <daid303@gmail.com>
Tue, 25 Jun 2013 08:39:45 +0000 (10:39 +0200)
committerdaid <daid303@gmail.com>
Tue, 25 Jun 2013 08:39:45 +0000 (10:39 +0200)
Cura/gui/mainWindow.py

index 9a58dc172bf95275531e7574712c5b47bc8a087d..c7e69f4a751553befa758f2eeaed62328d51e702 100644 (file)
@@ -277,6 +277,7 @@ class mainWindow(wx.Frame):
                self.modelFileHistory.Save(self.config)
                self.config.Flush()
                # Load Model
+               profile.putPreference('lastFile', path)
                filelist = [ path ]
                self.scene.loadScene(filelist)