Skip to content

Commit

Permalink
make chunk rect height the same as row height
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar committed Apr 5, 2024
1 parent b5b5a7e commit 1b55cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygame_gui/core/text/text_line_chunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def finalise(self,
target_surface,
surface)

self.height = row_bg_height
# In case we need to redraw this chunk, keep hold of the input parameters
self.target_surface = target_surface
self.target_surface_area = target_area
Expand Down

0 comments on commit 1b55cd2

Please sign in to comment.