soo close, this one should do it
This commit is contained in:
parent
4e9c1239de
commit
5ac9e6cd2e
1 changed files with 0 additions and 1 deletions
|
|
@ -698,7 +698,6 @@ class Paint(): # pylint: disable=too-many-statements
|
||||||
self._poller.poke()
|
self._poller.poke()
|
||||||
# pylint: enable=too-many-nested-blocks
|
# pylint: enable=too-many-nested-blocks
|
||||||
|
|
||||||
|
|
||||||
def _handle_palette_selection(self, location):
|
def _handle_palette_selection(self, location):
|
||||||
selected = location[1] // self._swatch_height
|
selected = location[1] // self._swatch_height
|
||||||
if selected >= self._number_of_palette_options:
|
if selected >= self._number_of_palette_options:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue