Skip to content

Commit

Permalink
Hyper: do not store show_vector_plot into defaults, bump settings ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
markotoplak committed Nov 27, 2024
1 parent 0526c7d commit d4c6827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orangecontrib/spectroscopy/widgets/owhyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def circular_mean(degs):


class VectorSettingMixin:
show_vector_plot = Setting(False)
show_vector_plot = Setting(False, schema_only=True)
vector_angle = ContextSetting(None)
vector_magnitude = ContextSetting(None)
vector_color_index = Setting(0)
Expand Down Expand Up @@ -1639,7 +1639,7 @@ class Outputs(SelectionOutputsMixin.Outputs):
replaces = ["orangecontrib.infrared.widgets.owhyper.OWHyper"]
keywords = ["image", "spectral", "chemical", "imaging"]

settings_version = 7
settings_version = 8
settingsHandler = DomainContextHandler()

imageplot = SettingProvider(ImagePlot)
Expand Down

0 comments on commit d4c6827

Please sign in to comment.