ProjectController.py
changeset 842 3c4c1e076a34
parent 839 25ba9d74afb1
child 869 abf90a44c265
equal deleted inserted replaced
841:8e19df12b596 842:3c4c1e076a34
   406         if self.AppFrame is not None:
   406         if self.AppFrame is not None:
   407             self.AppFrame.RefreshTitle()
   407             self.AppFrame.RefreshTitle()
   408             self.AppFrame.RefreshPouInstanceVariablesPanel()
   408             self.AppFrame.RefreshPouInstanceVariablesPanel()
   409             self.AppFrame.RefreshFileMenu()
   409             self.AppFrame.RefreshFileMenu()
   410             self.AppFrame.RefreshEditMenu()
   410             self.AppFrame.RefreshEditMenu()
   411             self.AppFrame.RefreshEditor()
   411             wx.CallAfter(self.AppFrame.RefreshEditor)
   412     
   412     
   413     def GetVariableLocationTree(self):
   413     def GetVariableLocationTree(self):
   414         '''
   414         '''
   415         This function is meant to be overridden by confnodes.
   415         This function is meant to be overridden by confnodes.
   416 
   416