Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tvtk/pyface/ui/qt4/decorated_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def _setup_axes_marker(self):
def _get_tool_bar_manager(self):
""" Returns the tool_bar_manager for this scene.
"""
tbm = ToolBarManager( *self.actions )
tbm = ToolBarManager( *self.actions, show_tool_names=False)
return tbm


Expand Down