From b2894baed1975a61f23c7e2e07999c668976c0b9 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 23 Jul 2013 15:57:16 +0000 Subject: add restore_state method used by some plugins, confusions --- (limited to 'TurtleArtActivity.py') diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py index c8f9755..3274dfc 100644 --- a/TurtleArtActivity.py +++ b/TurtleArtActivity.py @@ -1580,3 +1580,7 @@ in order to use the plugin.')) alert.props.msg = msg self.add_alert(alert) alert.show() + + def restore_state(self): + ''' Anything that needs restoring after a clear screen can go here ''' + pass -- cgit v0.9.1