Not enough capacity for all Magic tools when ungrouped
When "ungroupmagictools" is used, Tux Paint ran out of slots for magic tools. Closes https://sourceforge.net/p/tuxpaint/bugs/299/ h/t Billy A.
This commit is contained in:
parent
1f443233d4
commit
6c5258fc7f
4 changed files with 16 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -4,14 +4,14 @@
|
|||
# Various contributors (see AUTHORS.txt)
|
||||
# https://tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - May 26, 2025
|
||||
# June 14, 2002 - June 3, 2025
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
# (append "-rc#", e.g. "-rc1", when making release candidates
|
||||
# for beta testing)
|
||||
|
||||
VER_VERSION:=0.9.35
|
||||
VER_VERSION:=0.9.36
|
||||
|
||||
# We are always SDL2 now, so don't need "-sdl2"
|
||||
VER_FLAVOR:=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue