INTEGRATION: CWS presfixes12 (1.9.18); FILE MERGED
2007/04/17 14:32:16 thb 1.9.18.2: #i37778# Added better sprite debugging facilities 2007/02/20 22:23:09 thb 1.9.18.1: #i37778# Added XCanvas::clear() method throughout all implementations
This commit is contained in:
parent
e677e0834b
commit
b088e41916
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: spritecanvashelper.cxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2006-12-13 14:49:07 $
|
||||
* last change: $Author: obo $ $Date: 2007-07-17 14:26:21 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -182,6 +182,7 @@ namespace vclcanvas
|
|||
aVCLFont.SetHeight( 20 );
|
||||
aVCLFont.SetColor( Color( INFO_COLOR ) );
|
||||
|
||||
rOutDev.SetTextAlign(ALIGN_TOP);
|
||||
rOutDev.SetTextColor( Color( INFO_COLOR ) );
|
||||
rOutDev.SetFont( aVCLFont );
|
||||
|
||||
|
|
Loading…
Reference in a new issue