Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar committed Sep 29, 2024
1 parent 5ab1d19 commit 1e44061
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/silx/gui/data/DataViews.py
Original file line number Diff line number Diff line change
Expand Up @@ -1843,8 +1843,7 @@ def _aggregationModeChanged(self):
return

if isinstance(item, ImageDataAggregated):
aggregationMode = self.getAggregationModeAction().getAggregationMode()
item.setAggregationMode(aggregationMode)
item.setAggregationMode(self.getAggregationModeAction().getAggregationMode())

def axesNames(self, data, info):
# disabled (used by default axis selector widget in Hdf5Viewer)
Expand Down

0 comments on commit 1e44061

Please sign in to comment.