Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 46d18d8

Browse files
author
Frederik De Bleser
committed
Support Mac OS X Lion auto-saving.
1 parent 7ec9360 commit 46d18d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nodebox/gui/mac/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ def init(self):
9191
self._seed = time.time()
9292
self.currentView = self.graphicsView
9393
return self
94+
95+
def autosavesInPlace(self):
96+
return True
9497

9598
def close(self):
9699
self.stopScript()

0 commit comments

Comments
 (0)