Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactoring and fixes #710 #712

Merged
merged 2 commits into from
May 28, 2014
Merged

refactoring and fixes #710 #712

merged 2 commits into from
May 28, 2014

Conversation

hbrandl
Copy link
Contributor

@hbrandl hbrandl commented Apr 21, 2014

refactoring code from cells.rb to column_width_calculator, from now on
all complex width related code is in this file.
fixed #710 be eliminating an edge case as reported under issue #710

refactoring code from cells.rb to column_width_calculator, from now on
all complex width related code is in this file.
fixed #710 be eliminating an edge case as reported under issue #710
# @param index - The current column
# @param meth - Meth (min/max); used to calculate values to be filled
#
def fill_values_if_needed(values, cell, index, meth)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function is the main fix for issue #710 .

practicingruby added a commit that referenced this pull request May 28, 2014
@practicingruby practicingruby merged commit 4dbe2fa into master May 28, 2014
@practicingruby practicingruby deleted the issue_710 branch July 27, 2014 11:50
TheSmartnik added a commit to Silverfin-Engineering/prawn that referenced this pull request Apr 15, 2022
TheSmartnik added a commit to Silverfin-Engineering/prawn that referenced this pull request Apr 15, 2022
TheSmartnik added a commit to Silverfin-Engineering/prawn that referenced this pull request Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Calculating table width broken when using an array of widths
2 participants