parent
16d40189c6
commit
7ec4a429a4
@ -434,10 +434,10 @@ class PageView(DbGUIElement, metaclass=ABCMeta):
|
|||||||
View. The user typically defines self.action_list and
|
View. The user typically defines self.action_list and
|
||||||
self.action_toggle_list in this function.
|
self.action_toggle_list in this function.
|
||||||
"""
|
"""
|
||||||
self._add_toggle_action('Sidebar', self.__sidebar_toggled, '',
|
self._add_toggle_action('Sidebar', self.__sidebar_toggled,
|
||||||
self.sidebar.get_property('visible'))
|
'<shift><PRIMARY>R', self.sidebar.get_property('visible'))
|
||||||
self._add_toggle_action('Bottombar', self.__bottombar_toggled, '',
|
self._add_toggle_action('Bottombar', self.__bottombar_toggled,
|
||||||
self.bottombar.get_property('visible'))
|
'<shift><PRIMARY>B', self.bottombar.get_property('visible'))
|
||||||
|
|
||||||
def __build_action_group(self):
|
def __build_action_group(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user