Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArtActivity.py')
-rw-r--r--TurtleArtActivity.py4
1 files changed, 4 insertions, 0 deletions
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