community icon indicating copy to clipboard operation
community copied to clipboard

Handle edge case when padding is None in _migrate_deprecated_padding_xy

Open JacekJagosz opened this issue 2 years ago • 2 comments

Fixes https://github.com/kivy/kivy/issues/8280

Maintainer merge checklist

  • [ ] Title is descriptive/clear for inclusion in release notes.
  • [ ] Applied a Component: xxx label.
  • [ ] Applied the api-deprecation or api-break label.
  • [ ] Applied the release-highlight label to be highlighted in release notes.
  • [ ] Added to the milestone version it was merged into.
  • [ ] Unittests are included in PR.
  • [ ] Properly documented, including versionadded, versionchanged as needed.

JacekJagosz avatar Jun 21 '23 16:06 JacekJagosz

Thanks for opening your first pull request here! 💖 Please check out our contributing guidelines.

welcome[bot] avatar Jun 21 '23 16:06 welcome[bot]

This is a regression with Kivy 2.2 from 2.1, where some code using KivyMD will fail with very indescriptive error. This makes the code work just as it did with 2.1.

JacekJagosz avatar Jun 26 '23 11:06 JacekJagosz