Skip to content

Commit

Permalink
restore screen resize functionality removed in 1.22 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
danisla committed Sep 2, 2023
1 parent 88b1a8c commit 63a1b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/selkies_gstreamer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ def on_resize_handler(res):
if not app.last_resize_success:
logger.warning("skipping resize because last resize failed.")
return
resize_display(res)

# Initial binding of enable resize handler.
if enable_resize:
Expand Down

0 comments on commit 63a1b16

Please sign in to comment.