summaryrefslogtreecommitdiffstats
path: root/ds9/library/movie.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/movie.tcl')
-rw-r--r--ds9/library/movie.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/movie.tcl b/ds9/library/movie.tcl
index b22962d..c1d2e47 100644
--- a/ds9/library/movie.tcl
+++ b/ds9/library/movie.tcl
@@ -383,7 +383,7 @@ proc MoviePhotoMPEG {} {
# yes, we need this
UpdateDS9
- RealizeDS9 1
+ RealizeDS9
set rr [catch {image create photo -format window -data $ds9(canvas)} ph]
if {$rr} {
@@ -412,7 +412,7 @@ proc MoviePhotoGIF {} {
# yes, we need this
UpdateDS9
- RealizeDS9 1
+ RealizeDS9
set rr [catch {image create photo -format window -data $ds9(canvas)} ph]
if {$rr} {