Kaydet (Commit) 79f97ee0 authored tarafından Andras Timar's avatar Andras Timar

LOK_DEBUG=1 light red square transparency

Change-Id: I9782e9012abcde33994a9dde13703885f2ab4d42
üst 741d46d5
...@@ -950,7 +950,7 @@ void doc_paintTile (LibreOfficeKitDocument* pThis, ...@@ -950,7 +950,7 @@ void doc_paintTile (LibreOfficeKitDocument* pThis,
Rectangle aRect(0, 0, 5, 5); Rectangle aRect(0, 0, 5, 5);
aRect = pDevice->PixelToLogic(aRect); aRect = pDevice->PixelToLogic(aRect);
pDevice->Push(PushFlags::FILLCOLOR | PushFlags::LINECOLOR); pDevice->Push(PushFlags::FILLCOLOR | PushFlags::LINECOLOR);
pDevice->SetFillColor(COL_LIGHTRED); pDevice->SetFillColor(TRGB_COLORDATA(0xC0,0xFF,0x00,0x00));
pDevice->SetLineColor(); pDevice->SetLineColor();
pDevice->DrawRect(aRect); pDevice->DrawRect(aRect);
pDevice->Pop(); 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