Skip to content

Fix _draw_overlay in chaco.axis#772

Merged
aaronayres35 merged 1 commit into
maint/5.0from
fix-axis
Jun 10, 2021
Merged

Fix _draw_overlay in chaco.axis#772
aaronayres35 merged 1 commit into
maint/5.0from
fix-axis

Conversation

@aaronayres35
Copy link
Copy Markdown
Contributor

This got broken in #743

component was always None in this case (hence the removed if component is not None:. I had just missed this before.

…ault value of None for component. Similarly _compute_tick_positions has a default value of None for other_component. In this case we can just not pass anything as it should be None
@aaronayres35 aaronayres35 requested a review from rahulporuri June 9, 2021 15:24
Copy link
Copy Markdown
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

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

LGTM.

@rahulporuri
Copy link
Copy Markdown
Contributor

Just confirming that this will be backported to maint/5.0 to be included in chaco 5.0.0.

@aaronayres35
Copy link
Copy Markdown
Contributor Author

Just confirming that this will be backported to maint/5.0 to be included in chaco 5.0.0.

This PR is actually targeting maint/5.0 but this will need to be backported to master

@aaronayres35 aaronayres35 merged commit b015a8f into maint/5.0 Jun 10, 2021
aaronayres35 added a commit that referenced this pull request Jun 10, 2021
…ault value of None for component. Similarly _compute_tick_positions has a default value of None for other_component. In this case we can just not pass anything as it should be None (#772)
aaronayres35 added a commit that referenced this pull request Jun 10, 2021
…ault value of None for component. Similarly _compute_tick_positions has a default value of None for other_component. In this case we can just not pass anything as it should be None (#772) (#773)
@rahulporuri rahulporuri deleted the fix-axis branch June 16, 2021 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants