diff Gui/skin/font.c @ 9625:bc24dd70c6e2

many 10l for me ...
author pontscho
date Thu, 20 Mar 2003 12:42:16 +0000
parents fc15b08926e0
children 9a495bdc3a1e
line wrap: on
line diff
--- a/Gui/skin/font.c	Thu Mar 20 10:40:20 2003 +0000
+++ b/Gui/skin/font.c	Thu Mar 20 12:42:16 2003 +0000
@@ -174,7 +174,7 @@
  if ( item->Bitmap.Image == NULL ) 
   {
    item->Bitmap.Height=item->height=fntTextHeight( id,p );
-   item->Bitmap.Width=iw;
+   item->Bitmap.Width=item->width=iw;
    item->Bitmap.ImageSize=item->height * iw * 4;
    if ( !item->Bitmap.ImageSize ) return NULL;
    item->Bitmap.BPP=32;