From bc68359351ccad68b513f10a536fe9d6f572a865 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 17 Nov 2004 13:23:45 +0000 Subject: INTEGRATION: CWS dba18 (1.2.62); FILE MERGED 2004/10/21 10:35:27 oj 1.2.62.1: #i35514# set background to transparent --- forms/source/solar/control/navtoolbar.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'forms') diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx index fdf6bfaad929..c6b2aae1abf4 100644 --- a/forms/source/solar/control/navtoolbar.cxx +++ b/forms/source/solar/control/navtoolbar.cxx @@ -2,9 +2,9 @@ * * $RCSfile: navtoolbar.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:20:34 $ + * last change: $Author: obo $ $Date: 2004-11-17 14:23:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -358,10 +358,12 @@ namespace frm else if ( LID_RECORD_FILLER == pSupportedSlots->nId ) { pItemWindow = new FixedText( m_pToolbar, WB_CENTER | WB_VCENTER ); + pItemWindow->SetBackground(Wallpaper(Color(COL_TRANSPARENT))); } else { pItemWindow = new FixedText( m_pToolbar, WB_VCENTER ); + pItemWindow->SetBackground(Wallpaper(Color(COL_TRANSPARENT))); } m_aChildWins.push_back( pItemWindow ); -- cgit v1.2.3