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 Sep 1, 2022
1 parent 86c56e0 commit 57131c2
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 @@ -1198,7 +1198,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 57131c2

Please sign in to comment.