sc/source/ui/app/inputwin.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 367125c8a4c3256f74c63d3bb7275dcbcab94832
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Wed May 5 09:09:54 2021 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Wed May 5 12:48:31 2021 +0200

    Invalidate inputbar after size changed message
    
    when canvas is resized the content is cleared
    
    Change-Id: Iee51583cd74d15add70e8c5cdf0a4fb00d8b6efb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115120
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 17412e85521b..aa41e233b30f 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -484,6 +484,7 @@ void ScInputWindow::setPosSizePixel(tools::Long nX, 
tools::Long nY, tools::Long
         aItems.emplace_back("size", GetSizePixel().toString());
         aItems.emplace_back("lines", 
OString::number(mxTextWindow->GetNumLines()));
         pNotifier->notifyWindow(GetLOKWindowId(), "size_changed", aItems);
+        Invalidate();
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to