Skip to content

Commit 328db88

Browse files
committed
Place focus logic in MacNewFile since MacReopenApp is no longer used
1 parent 109a264 commit 328db88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rummage/lib/gui/app/rummage_app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,5 @@ def process_args(self, arguments):
136136
def MacNewFile(self, fileName=None):
137137
"""Handle new window event."""
138138

139-
self.MacReopenApp()
139+
frame = self.GetTopWindow()
140+
platform_window_focus(frame)

0 commit comments

Comments
 (0)