summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-26 19:02:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-26 19:02:26 (GMT)
commitb885ae0cdd33855e3cfc09aced6fe99ec10b4d32 (patch)
treeaefd5cd78e0bbc29a88037a0fa628f61af8d3c24
parentf5c77c2e3ccd6015e5948b914f9e6a40c94f357a (diff)
parent6ccbd607676cea0b50e084132eb1df2733bee6c7 (diff)
downloadblt-b885ae0cdd33855e3cfc09aced6fe99ec10b4d32.zip
blt-b885ae0cdd33855e3cfc09aced6fe99ec10b4d32.tar.gz
blt-b885ae0cdd33855e3cfc09aced6fe99ec10b4d32.tar.bz2
Merge branch 'master' into devel
-rw-r--r--ds9/library/movie.tcl9
1 files changed, 1 insertions, 8 deletions
diff --git a/ds9/library/movie.tcl b/ds9/library/movie.tcl
index 9dc2922..3320f6a 100644
--- a/ds9/library/movie.tcl
+++ b/ds9/library/movie.tcl
@@ -337,14 +337,7 @@ proc MoviePhotoGIF {} {
}
if {$movie(first)} {
- switch [$current(frame) get type] {
- rgb {
- agif create $movie(fn) [image width $ph] [image height $ph]
- }
- default {
- agif create $movie(fn) [image width $ph] [image height $ph]
- }
- }
+ agif create $movie(fn) [image width $ph] [image height $ph]
set movie(first) 0
}
agif add $ph