Update of /cvsroot/win32forth/win32forth/apps/PictureViewer
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2779/apps/PictureViewer
Modified Files:
PVToolbar.f
Log Message:
Rod: Added TBSTYLE_TRANSPARENT to stop flicker with XP visual style
Index: PVToolbar.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/PictureViewer/PVToolbar.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PVToolbar.f 24 Jul 2006 21:22:37 -0000 1.1
--- PVToolbar.f 10 Aug 2006 22:51:46 -0000 1.2
***************
*** 86,89 ****
--- 86,90 ----
WS_VISIBLE invert and \ start hidden
CBS_SORT or
+ WS_CLIPCHILDREN or
;M
***************
*** 227,230 ****
--- 228,233 ----
TBSTYLE_TOOLTIPS or
CCS_ADJUSTABLE or
+ TBSTYLE_TRANSPARENT or
+ WS_CLIPCHILDREN or
WS_CLIPSIBLINGS or
;M
|