Skip to content

Commit

Permalink
make the detail window actually pop-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Noiredd committed Feb 27, 2019
1 parent 89b407e commit 55a5e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filmatyk/detailviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,4 @@ def launchPreview(self, item:object):
# set the window title and bring it up
self.root.title('{} ({})'.format(item['title'], item['year']))
self.root.deiconify()
self.root.lift()

0 comments on commit 55a5e66

Please sign in to comment.