E5Gui/E5ToolBarDialog.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2302
f29e9405c851
child 2791
a9577f248f04
child 2953
703452a2876f
child 3163
9f50365a0870
equal deleted inserted replaced
2762:423835fb1204 2764:1d85539ac41a
447 self.__restoreCurrentToolbar(actions) 447 self.__restoreCurrentToolbar(actions)
448 self.__currentToolBarItem.isChanged = False 448 self.__currentToolBarItem.isChanged = False
449 449
450 def __restoreCurrentToolbarToDefault(self): 450 def __restoreCurrentToolbarToDefault(self):
451 """ 451 """
452 Private method to set the current toolbar to it's default configuration. 452 Private method to set the current toolbar to its default configuration.
453 """ 453 """
454 if not self.__currentToolBarItem.isDefault: 454 if not self.__currentToolBarItem.isDefault:
455 return 455 return
456 456
457 tbID = self.__currentToolBarItem.toolBarId 457 tbID = self.__currentToolBarItem.toolBarId

eric ide

mercurial