--- a/LPCBeremiz.py Thu Apr 21 11:06:43 2011 +0200
+++ b/LPCBeremiz.py Thu Apr 21 12:35:27 2011 +0200
@@ -444,9 +444,15 @@
return PluginsRoot._getBuildPath(self)
+ save = self.ProjectTestModified() + self.AppFrame._Refresh(TITLE, FILEMENU) if self.BuildPath is not None:
mycopytree(self.OrigBuildPath, self.BuildPath)
+ wx.CallAfter(self.AppFrame.RefreshAll) def SetProjectName(self, name):
return self.Project.setname(name)