[BeFree CVS] neptune/libneptune bclassicstyle.cpp,1.14,1.15
Status: Planning
Brought to you by:
plfiorini
|
From: Pier L. F. <plf...@us...> - 2005-01-07 03:12:55
|
Update of /cvsroot/befree/neptune/libneptune In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7499/libneptune Modified Files: bclassicstyle.cpp Log Message: Draw PE_PanelButtonTool with button style Index: bclassicstyle.cpp =================================================================== RCS file: /cvsroot/befree/neptune/libneptune/bclassicstyle.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- bclassicstyle.cpp 5 Jan 2005 18:32:13 -0000 1.14 +++ bclassicstyle.cpp 7 Jan 2005 03:12:45 -0000 1.15 @@ -101,6 +101,7 @@ break; case PE_FrameButtonBevel: case PE_PanelButtonBevel: + case PE_PanelButtonTool: case PE_PanelHeader: drawButton(opt->rect, opt->state, opt->palette, p); break; |