From 66d15fc186e90446bf7b9db2bb911d3a4f257197 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 27 Oct 2009 13:19:54 +0000 Subject: hide status block on startup --- (limited to 'tasetup.py') diff --git a/tasetup.py b/tasetup.py index 2f2b8a3..bd1a450 100644 --- a/tasetup.py +++ b/tasetup.py @@ -300,6 +300,7 @@ def setup_misc(tw): tw.status_shapes['status'],True) tw.status_spr.type = 'status' setlayer(tw.status_spr,900) + hide(tw.status_spr) # everything should be loaded at this point # print tw.status_shapes tw.loaded = True -- cgit v0.9.1