Skip to content

Commit

Permalink
Fix cropped bitmap when the layout modifier selects a single window.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicibo committed Jun 28, 2024
1 parent 798c3ad commit 824fe94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SUPer/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def decode_duration_base(cwdo, container_area) -> float:
# Objects could still not fit in buffer at this point, but there's so much we can do to help authorers...
if layout_modifier == 'N' and is_bad_split and not may_not_fit_buffer:
cwd = (base_box_wd,)
cbox = base_box
scores[0] = score_container
layout_modifier = 'S'

Expand Down

0 comments on commit 824fe94

Please sign in to comment.