Skip to content

Commit

Permalink
Merge pull request #3742 from silx-kit/fix-histo-visibility
Browse files Browse the repository at this point in the history
LGTM, thanks
  • Loading branch information
t20100 authored Jan 5, 2023
2 parents 5834ef9 + 37b7c9a commit 36c1708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silx/gui/plot/ImageView.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def setSideHistogramDisplayed(self, show):

def isSideHistogramDisplayed(self):
"""True if the side histograms are displayed"""
return self._histoHPlot.isVisible()
return self._histoHPlot.isVisibleTo(self)

def _updateHistograms(self):
"""Update histograms content using current active image."""
Expand Down

0 comments on commit 36c1708

Please sign in to comment.