From: James Carr Date: Thu, 1 Jul 2021 19:39:42 +0000 (+0100) Subject: Add an internal _set_scale method, so that the scale can still be set from X-Git-Tag: 0.6.2^2 X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/commitdiff_plain/a48d0f835022730cc570eb210406ea9f8ef2b149?hp=a48d0f835022730cc570eb210406ea9f8ef2b149 Add an internal _set_scale method, so that the scale can still be set from the constructor even when the scale property is over-ridden in a subclass. Closes #64 ---