Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/frame/frame.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jarabe/frame/frame.py b/src/jarabe/frame/frame.py
index 9956a41..55f866f 100644
--- a/src/jarabe/frame/frame.py
+++ b/src/jarabe/frame/frame.py
@@ -146,8 +146,6 @@ class Frame(object):
self._animator.add(_Animation(self, 0.0))
self._animator.start()
- self._event_area.show()
-
self.mode = None
def show(self, mode):
@@ -162,8 +160,6 @@ class Frame(object):
self._animator.add(_Animation(self, 1.0))
self._animator.start()
- self._event_area.hide()
-
def move(self, pos):
self.current_position = pos
self._update_position()