Mercurial > code > home > repos > light9
changeset 238:fca9832d207f
turn on background image in stage.py
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Jun 2005 00:42:20 +0000 |
parents | 86fe0b29d08b |
children | 1d41d8658a36 |
files | light8/stage.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/light8/stage.py Mon Jun 13 00:41:38 2005 +0000 +++ b/light8/stage.py Mon Jun 13 00:42:20 2005 +0000 @@ -72,8 +72,8 @@ img = Image('photo',file=stageimage) self.img=img # can't lose this! # print img.width() -# self.create_image(0,0,anchor='nw',image=img) -# self.config(width=img.width(),height=img.height()) + self.create_image(0,0,anchor='nw',image=img) + self.config(width=img.width(),height=img.height()) # we had the picture removed for good luck, but we remember # what the dimensions formerly was