From 7791cf357149e29b279090251ab0769fda9a3fe1 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 29 Mar 2009 15:52:58 +0000 Subject: rcenter on start block --- (limited to 'tawindow.py') diff --git a/tawindow.py b/tawindow.py index 325eeb2..80240ba 100644 --- a/tawindow.py +++ b/tawindow.py @@ -657,6 +657,8 @@ def runbutton(tw, time): for b in blocks(tw): if find_start_stack(tw, b): tw.step_time = time + if hasattr(tw,'activity'): + tw.activity.recenter() run_stack(tw, b) return # no start block, so run a stack that isn't a hat -- cgit v0.9.1