Kaydet (Commit) 7ccb4d35 authored tarafından Andras Timar's avatar Andras Timar

Revert "LOK_DEBUG=1 light red square transparency"

It does not work this way, VCL does not support true ARGB
output devices.

This reverts commit 79f97ee0.
üst af09cddd
......@@ -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(TRGB_COLORDATA(0xC0,0xFF,0x00,0x00));
pDevice->SetFillColor(COL_LIGHTRED);
pDevice->SetLineColor();
pDevice->DrawRect(aRect);
pDevice->Pop();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment