Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--talogo.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/talogo.py b/talogo.py
index 8bc1ad6..56f1996 100644
--- a/talogo.py
+++ b/talogo.py
@@ -997,11 +997,11 @@ def write(lc, string, fsize):
draw_text(lc.tw.turtle,string,x,y-15,int(fsize),lc.tw.turtle.width)
def hideblocks(lc):
- from tawindow import hideshow_button
lc.tw.hide = False # force hide
- hideshow_button(lc.tw)
- for i in lc.tw.selbuttons:
- hide(i)
+ lc.tw.hideshow_button()
+ # TODO: how do we do this with the new toolbar?
+ #for i in lc.tw.selbuttons:
+ # hide(i)
if hasattr(lc.tw,"activity"):
lc.tw.activity.do_hide()