Frame can now support a scroll bar without rendering a border. Frame.has_border and Frame.can_scroll are now independent of each other. This is a breaking change: Frame(has_border=False) now needs to be Frame(has_border=False, can_scroll=False) to get the same effect)
Any other comments?
Updated Frame.move_to() to use self._canvas for consistency
Coverage increased (+0.008%) to 97.077% when pulling 85e8f2ce0344a368eaf0e98efb1f2401798ecb4a on cltrudeau:border into 1fde70eeda8639e7b70b2d6e5bbf604c6acd64bf on peterbrittain:master.
Issues fixed by this PR
None
What does this implement/fix?
Frame can now support a scroll bar without rendering a border. Frame.has_border and Frame.can_scroll are now independent of each other. This is a breaking change: Frame(has_border=False) now needs to be Frame(has_border=False, can_scroll=False) to get the same effect)
Any other comments?
Updated Frame.move_to() to use self._canvas for consistency