fix list of recent projects in File menu, add path to current project after Save As
authorSergey Surkov <surkovsv93@gmail.com>
Mon, 12 Dec 2016 14:29:40 +0300
changeset 1600 481a71c864d4
parent 1599 466c26b0cfc2
child 1601 37271c24ce45
fix list of recent projects in File menu, add path to current project after Save As
Beremiz.py
--- a/Beremiz.py	Thu Dec 08 17:54:43 2016 +0300
+++ b/Beremiz.py	Mon Dec 12 14:29:40 2016 +0300
@@ -1014,6 +1014,7 @@
         if self.CTR is not None:
             self.CTR.SaveProjectAs()
             self.RefreshAll()
+            self.RefreshConfigRecentProjects(self.CTR.ProjectPath)
             self._Refresh(TITLE, FILEMENU, EDITMENU, PAGETITLES)
 
     def OnQuitMenu(self, event):