Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a11f5f

Browse files
committed
Revert change to the example
1 parent 840a671 commit 2a11f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/widgets/rectangle_selector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def toggle_selector(event):
4343

4444
# drawtype is 'box' or 'line' or 'none'
4545
toggle_selector.RS = RectangleSelector(current_ax, line_select_callback,
46-
drawtype='line', useblit=True,
46+
drawtype='box', useblit=True,
4747
button=[1, 3], # don't use middle button
4848
minspanx=5, minspany=5,
4949
spancoords='pixels',

0 commit comments

Comments
 (0)