Fixed label position/render bug when selecting via keyboard

Bugfix: Positioning and rendering of labels selected for editing
via [Tab] cycling & the [Enter] key now works as expected.
This commit is contained in:
Bill Kendrick 2022-02-22 00:33:51 -08:00
parent 380e5455f9
commit 697253a4bd
2 changed files with 36 additions and 6 deletions

View file

@ -80,6 +80,9 @@ http://www.tuxpaint.org/
use [Enter] to move the cursor down, and it begins overlapping
the keyboard.
* Bugfix: Positioning and rendering of labels selected for editing
via [Tab] cycling & the [Enter] key now works as expected.
* More instructional text is shown (and sound effects play) when
using the Label tool.
Bill Kendrick <bill@newbreedsoftware.com>