This patch is in addition of these 2 patches:
http://lebasket.free.fr/OOo/12_02_07/patchDrawAlphaBitmap12_02_07.diff
http://lebasket.free.fr/OOo/12_02_07/patchCreateWithMask12_02_07.diff
which concerns images.

Ismael MERZAQ

One patch is more than several senteces of description:

--- salmenu.cxx    2007-02-13 10:09:02.000000000 +0100
+++ salmenu.cxx    2007-02-17 22:59:37.000000000 +0100
@@ -218,6 +218,7 @@
AquaSalMenuItem *pAquaSalMenuItem = static_cast<AquaSalMenuItem *>(pSalMenuItem);
     BitmapEx aBitmapEx = rImage.GetBitmapEx();
+    aBitmapEx.Mirror(BMP_MIRROR_VERT);
     pAquaSalMenuItem->maBitmap = aBitmapEx.GetBitmap();

--Pavel Janík


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to