desktop/source/lib/init.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 79f97ee0135f632431531a07c71d07cd93c9e346
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Thu Dec 3 12:41:59 2015 +0100

    LOK_DEBUG=1 light red square transparency
    
    Change-Id: I9782e9012abcde33994a9dde13703885f2ab4d42

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index d3fc402..620060c 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -950,7 +950,7 @@ void doc_paintTile (LibreOfficeKitDocument* pThis,
         Rectangle aRect(0, 0, 5, 5);
         aRect = pDevice->PixelToLogic(aRect);
         pDevice->Push(PushFlags::FILLCOLOR | PushFlags::LINECOLOR);
-        pDevice->SetFillColor(COL_LIGHTRED);
+        pDevice->SetFillColor(TRGB_COLORDATA(0xC0,0xFF,0x00,0x00));
         pDevice->SetLineColor();
         pDevice->DrawRect(aRect);
         pDevice->Pop();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to