Skip to content

Commit

Permalink
OWHyper: initialize vector settings box properly
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Aug 29, 2022
1 parent b1162fd commit 5e2069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/spectroscopy/widgets/owhyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ def __init__(self):
self.contextAboutToBeOpened.connect(lambda x: self.init_interface_data(x[0]))

def setup_vector_plot_controls(self):
self.vectorbox = gui.widgetBox(self.controlArea, True, "Vector Overlays")
self.vectorbox = gui.widgetBox(self.controlArea, box=True)

gui.checkBox(self.vectorbox, self, 'show_vector_plot',
label='Plot vector overlay', callback=self._update_vector)
Expand Down

0 comments on commit 5e2069c

Please sign in to comment.