Skip to content

Commit

Permalink
Merge pull request #26 from markotoplak/fix-attributes-new-data
Browse files Browse the repository at this point in the history
Preprocess image: sync attributes in imageplots on new data
  • Loading branch information
markotoplak authored Oct 4, 2024
2 parents 9cef664 + 9da45c9 commit f328635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/snom/widgets/owpreprocessimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def valid_context(data):
# to generate valid interface even if context was not loaded
self.contextAboutToBeOpened.emit([data])

self.redraw_data()
self.update_attr() # update imageplots attributes from the master

@staticmethod
def run_task(
Expand Down

0 comments on commit f328635

Please sign in to comment.