summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 09:47:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 09:47:06 +0000
commit487418f6fd1411c4cf4ecd38d8c01a495cead616 (patch)
treeeafbc88c88fd9365b5cb102b7e60f8e7db934e0c /avmedia
parent7a05e988fe143cc6ce443a66da2f1dc0f8ed9116 (diff)
INTEGRATION: CWS aw030 (1.3.10); FILE MERGED
2005/03/21 14:50:58 ssa 1.3.10.1: #i45633# make toolbars really transparent
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/framework/mediacontrol.cxx15
1 files changed, 10 insertions, 5 deletions
diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx
index a200aae90126..eaafcf07275f 100644
--- a/avmedia/source/framework/mediacontrol.cxx
+++ b/avmedia/source/framework/mediacontrol.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mediacontrol.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 15:21:09 $
+ * last change: $Author: vg $ $Date: 2005-03-23 10:47:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,11 +136,16 @@ MediaControl::MediaControl( Window* pParent, MediaControlStyle eControlStyle ) :
else
{
maTimeSlider.SetBackground();
- maPlayToolBox.SetBackground();
- maMuteToolBox.SetBackground();
maVolumeSlider.SetBackground();
- maZoomToolBox.SetBackground();
mpZoomListBox->SetBackground();
+
+ maZoomToolBox.SetBackground();
+ maZoomToolBox.SetPaintTransparent( TRUE );
+ maPlayToolBox.SetBackground();
+ maPlayToolBox.SetPaintTransparent( TRUE );
+ maMuteToolBox.SetBackground();
+ maMuteToolBox.SetPaintTransparent( TRUE );
+
}
maPlayToolBox.InsertItem( AVMEDIA_TOOLBOXITEM_PLAY, implGetImage( AVMEDIA_IMG_PLAY ), String( AVMEDIA_RESID( AVMEDIA_STR_PLAY ) ), TIB_CHECKABLE );