From 296c3b1d3d3caad35416d199377100e849babaa9 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Nov 2004 15:45:49 +0000 Subject: INTEGRATION: CWS os38 (1.13.144); FILE MERGED 2004/09/27 08:50:41 os 1.13.144.1: #i34274# fixed texts in toolbox have to be transparent --- extensions/source/bibliography/toolbar.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx index be0462c52937..13ae95547427 100644 --- a/extensions/source/bibliography/toolbar.cxx +++ b/extensions/source/bibliography/toolbar.cxx @@ -2,9 +2,9 @@ * * $RCSfile: toolbar.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2004-01-07 15:58:12 $ + * last change: $Author: hr $ $Date: 2004-11-09 16:45:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -311,11 +311,13 @@ BibToolBar::BibToolBar(Window* pParent, Link aLink, WinBits nStyle): Rectangle aRect=GetItemRect(TBC_FT_SOURCE); aFtSource.SetText(aStr); aFtSource.SetSizePixel(aRect.GetSize()); + aFtSource.SetBackground(Wallpaper( COL_TRANSPARENT )); aStr=GetItemText(TBC_FT_QUERY); aRect=GetItemRect(TBC_FT_QUERY); aFtQuery.SetText(aStr); aFtQuery.SetSizePixel(aRect.GetSize()); + aFtQuery.SetBackground(Wallpaper( COL_TRANSPARENT )); SetItemWindow(TBC_FT_SOURCE,&aFtSource); SetItemWindow(TBC_LB_SOURCE,&aLBSource); -- cgit