forked from amazingfate/loongoffice
tdf#93991: One pixel here or there, who is counting?
<tools/gen.hxx> Rectangle, I love you. Change-Id: Iaf7ae2930d6098349f04cd429cd35dffcaf7ca3b
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user