Skip to content

Commit

Permalink
Update src/silx/gui/dialog/ColormapDialog.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas VINCENT <[email protected]>
  • Loading branch information
payno and t20100 authored Nov 16, 2023
1 parent 95dd28a commit 9c384a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silx/gui/dialog/ColormapDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ def __init__(self, parent=None, title="Colormap Dialog"):

self._applyColormap()

def getHistoWidget(self):
def getHistogramWidget(self):
return self._histoWidget

def _invalidateColormap(self):
Expand Down

0 comments on commit 9c384a5

Please sign in to comment.