Skip to content

Commit

Permalink
Minor fix to digitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
geojunky committed Jan 23, 2023
1 parent cc686c9 commit c27dd99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion seismic/receiver_fn/digitizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def __init__(self, image_fn, profile_fn=None):
self._baz = None

cv2.namedWindow(self._window_name, cv2.WINDOW_NORMAL)
cv2.setWindowProperty(self._window_name, cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN)
cv2.setMouseCallback(self._window_name, State.mouse_callback, self)
# end func

Expand Down

0 comments on commit c27dd99

Please sign in to comment.