aboutsummaryrefslogtreecommitdiffstats
path: root/lvc/widgets/osx/widgetupdates.py
diff options
context:
space:
mode:
Diffstat (limited to 'lvc/widgets/osx/widgetupdates.py')
-rw-r--r--lvc/widgets/osx/widgetupdates.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lvc/widgets/osx/widgetupdates.py b/lvc/widgets/osx/widgetupdates.py
index 30677c2..80dd322 100644
--- a/lvc/widgets/osx/widgetupdates.py
+++ b/lvc/widgets/osx/widgetupdates.py
@@ -32,6 +32,7 @@
from PyObjCTools import AppHelper
+
class SizeRequestManager(object):
"""Helper object to manage size requests
@@ -50,7 +51,7 @@ class SizeRequestManager(object):
def __init__(self):
self.widgets_to_request = set()
- #app.widgetapp.connect("event-processed", self._on_event_processed)
+ # app.widgetapp.connect("event-processed", self._on_event_processed)
def add_widget(self, widget):
if len(self.widgets_to_request) == 0: