paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/widgets pgwidget.cpp,1.4.4.4,1.4.4.5


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pgwidget.cpp,1.4.4.4,1.4.4.5
Date: Mon, 10 Jun 2002 08:15:45 -0400

Update of /cvsroot/paragui/paragui/src/widgets
In directory subversions:/tmp/cvs-serv9862/src/widgets

Modified Files:
      Tag: devel-1-0
        pgwidget.cpp 
Log Message:
fixed setting of widgetfonts via theme



Index: pgwidget.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgwidget.cpp,v
retrieving revision 1.4.4.4
retrieving revision 1.4.4.5
diff -C2 -r1.4.4.4 -r1.4.4.5
*** pgwidget.cpp        10 Jun 2002 12:00:13 -0000      1.4.4.4
--- pgwidget.cpp        10 Jun 2002 12:15:42 -0000      1.4.4.5
***************
*** 962,972 ****
  
        if(font != NULL)
!               SetFontName(font);
  
        if (fontsize > 0)
!               SetFontSize(fontsize);
  
        if (fontstyle >= 0)
!               SetFontStyle(fontstyle);
  
        c = t->FindColor(widgettype, objectname, "textcolor");
--- 962,972 ----
  
        if(font != NULL)
!               SetFontName(font, true);
  
        if (fontsize > 0)
!               SetFontSize(fontsize, true);
  
        if (fontstyle >= 0)
!               SetFontStyle(fontstyle, true);
  
        c = t->FindColor(widgettype, objectname, "textcolor");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]