Non-translated stamp text would incorrectly appear right-to-left when being

re-drawn (e.g., after "Great!" was shown for a moment).  Noticed by Itai.
This commit is contained in:
William Kendrick 2003-06-22 23:24:45 +00:00
parent a7388e252e
commit 314437e2b1
2 changed files with 8 additions and 4 deletions

View file

@ -7,10 +7,14 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
2003.Jun.20 (0.9.12) [cvs]
2003.Jun.22 (0.9.12) [cvs]
* Fixed Mac OS X #include typo.
Darrell Walisser <walisser@mac.com>
* Fixed bug where non-translated stamp description text would get drawn
right-to-left after the kudos text (e.g., "Great!") goes away.
Thanks to Itai <Itais@newmail.net>
2003.Jun.17 (0.9.11)
* Windows bugfixes.

View file

@ -7,12 +7,12 @@
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - June 20, 2003
June 14, 2002 - June 22, 2003
*/
#define VER_VERSION "0.9.12"
#define VER_DATE "2003.06.20"
#define VER_DATE "2003.06.22"
/* #define DEBUG */
@ -2053,7 +2053,7 @@ void mainloop(void)
}
else
{
draw_tux_text(TUX_GREAT, event.user.data1, 0, 1, 1);
draw_tux_text(TUX_GREAT, event.user.data1, 0, 1, 0);
}
}
else