Kaydet (Commit) edbe61b6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

tdf#93991: One pixel here or there, who is counting?

<tools/gen.hxx> Rectangle, I love you.

Change-Id: Iaf7ae2930d6098349f04cd429cd35dffcaf7ca3b
üst b0ef4a16
......@@ -545,7 +545,7 @@ void Edit::ImplRepaint(vcl::RenderContext& rRenderContext, const Rectangle& rRec
if (pCursor)
pCursor->Hide();
ImplClearBackground(rRenderContext, rRectangle, 0, GetOutputSizePixel().Width());
ImplClearBackground(rRenderContext, rRectangle, 0, GetOutputSizePixel().Width()-1);
bool bPaintPlaceholderText = aText.isEmpty() && !maPlaceholderText.isEmpty();
......
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