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
Ying-Qiu Zheng
fsleyes
Commits
1f57cffa
Commit
1f57cffa
authored
Feb 21, 2020
by
Paul McCarthy
🚵
Browse files
Merge branch 'rel/0.32.2' into 'v0.32'
Rel/0.32.2 See merge request fsl/fsleyes/fsleyes!184
parents
ee8e1173
ca08f270
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
1f57cffa
...
...
@@ -9,6 +9,18 @@ This document contains the ``fsleyes`` release history in reverse
chronological order.
0.32.2 (Friday 21st February 2020)
----------------------------------
Fixed
^^^^^
* The animated GIF changes in 0.32.1 broke movie mode.
0.32.1 (Thursday 20th February 2020)
------------------------------------
...
...
fsleyes/version.py
View file @
1f57cffa
...
...
@@ -14,7 +14,7 @@ version number. See also the :mod:`fsl.version` module.
"""
__version__
=
'0.32.
1
'
__version__
=
'0.32.
2
'
"""Current version number, as a string. The FSLeyes version number consists
of three numbers, separated by a period, which roughly obeys the Semantic
Versioning conventions (http://semver.org/).
...
...
fsleyes/views/canvaspanel.py
View file @
1f57cffa
...
...
@@ -1040,7 +1040,7 @@ class CanvasPanel(viewpanel.ViewPanel):
# Refresh the canvases when all
# GLObjects are ready to be drawn.
idle
.
idleWhen
(
update
,
allReady
,
canvases
,
rate
,
pollTime
=
rate
/
10
)
idle
.
idleWhen
(
update
,
allReady
,
pollTime
=
rate
/
10
)
return
True
...
...
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