cui/source/dialogs/whatsnew.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7fc7d3b9fe6eabeddf43fbf72a041854fda51b27
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Thu May 16 10:24:20 2024 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Thu May 16 12:49:47 2024 +0200

    Related tdf#159573 - WhatsNew dialog: 1px glitch with Wayland
    
    Change-Id: I6565fa32f4484e74abecc795c67e7afa13f7f55b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167734
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>
    Tested-by: Jenkins

diff --git a/cui/source/dialogs/whatsnew.cxx b/cui/source/dialogs/whatsnew.cxx
index 6092b7e4af50..5136c62f33ca 100644
--- a/cui/source/dialogs/whatsnew.cxx
+++ b/cui/source/dialogs/whatsnew.cxx
@@ -155,7 +155,7 @@ void WhatsNewProgress::Paint(vcl::RenderContext& 
rRenderContext, const tools::Re
     rRenderContext.Erase();
     rRenderContext.SetAntialiasing(AntialiasingFlags::Enable);
 
-    tools::Rectangle aRect(Point(0, 0), Size(PROGRESS_DOTSIZE, 
PROGRESS_DOTSIZE));
+    tools::Rectangle aRect(Point(1, 1), Size(PROGRESS_DOTSIZE, 
PROGRESS_DOTSIZE));
     for (sal_Int32 i = 0; i < m_nTotal; i++)
     {
         if (i == m_nCurrent)

Reply via email to