Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
WEISS
Software Repositories
SNAPPY
scikit-surgerydavinci
Commits
7e5ad0da
Commit
7e5ad0da
authored
Mar 28, 2019
by
Thomas Dowrick
Browse files
Add todo
parent
ff702cd8
Pipeline
#1848
failed with stages
in 22 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sksurgerydavinci/widgets/Viewers.py
View file @
7e5ad0da
...
...
@@ -94,6 +94,7 @@ class MonoViewer(QtWidgets.QWidget):
def
on_crop_clicked
(
self
):
""" Crop the incoming video stream using ImageCropper. """
#TODO: Exit button disappearing before able to click?!?
roi
=
ImageCropper
().
crop
(
self
.
overlay_window
.
img
)
self
.
overlay_window
.
set_roi
(
roi
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment