Removed tab characters

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@789 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-05-07 23:43:00 +00:00
parent 5d61f3aed5
commit 27506d0649
5 changed files with 294 additions and 294 deletions

View File

@@ -5125,7 +5125,7 @@ void Button_Text()
{
free(new_brush);
}
Window_rectangle(8, 106, 273, 50,Back_color);
Window_rectangle(8, 106, 273, 50,Back_color);
new_brush = Render_text(preview_string, cursor_position+list_start, font_size, antialias, is_bold, is_italic, &new_width, &new_height);
if (new_brush)
{