Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
WEISS
Software Repositories
SNAPPY
scikit-surgeryvideolag
Commits
9e176974
Commit
9e176974
authored
Nov 12, 2018
by
Matt Clarkson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#10
: Force millisecond label to update just before we grab video image.
parent
6288803b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
sksurgeryvideolag/ui/sksurgeryvideolag_demo.py
sksurgeryvideolag/ui/sksurgeryvideolag_demo.py
+4
-0
No files found.
sksurgeryvideolag/ui/sksurgeryvideolag_demo.py
View file @
9e176974
...
...
@@ -106,6 +106,10 @@ class DemoGui(QtWidgets.QWidget):
@
Slot
()
def
update_image
(
self
):
"""Updates the image."""
# Force updating the GUI to get the latest possible time.
self
.
text
.
update
()
start_time
=
time
.
time
()
# Then grab image
...
...
Write
Preview
Markdown
is supported
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