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 |