Skip to content

Commit

Permalink
Merge pull request #1237 from astrofrog/avoid-duplicate-toolbar-dendro
Browse files Browse the repository at this point in the history
Avoid duplicate toolbar in dendrogram viewer
  • Loading branch information
astrofrog committed Feb 10, 2017
2 parents dec6458 + ace53f6 commit 6db4e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Expand Up @@ -47,6 +47,8 @@ v0.10.0 (unreleased)
v0.9.2 (unreleased)
-------------------

* Avoid duplicate toolbar in dendrogram viewer. [#1213, #1237]

* Fixed bug that caused the contrast to change for the incorrect layer in the
RGB image viewer.

Expand Down
1 change: 0 additions & 1 deletion glue/plugins/dendro_viewer/qt/viewer_widget.py
Expand Up @@ -49,7 +49,6 @@ def __init__(self, session, parent=None):

self._connect()

self.initialize_toolbar()
self.statusBar().setSizeGripEnabled(False)

def _connect(self):
Expand Down

0 comments on commit 6db4e56

Please sign in to comment.