sc/source/ui/app/inputwin.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9a4a481096a53b1436fd5dbb7c1c57c9b6213dab
Author: Szymon Kłos <[email protected]>
AuthorDate: Wed May 5 09:09:54 2021 +0200
Commit: Jan Holesovsky <[email protected]>
CommitDate: Wed May 5 14:16:29 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/+/115119
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Jan Holesovsky <[email protected]>
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index b718ba7cb7a5..5decb8436ec2 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -497,6 +497,7 @@ void ScInputWindow::setPosSizePixel(long nX, long nY, long
nWidth, long nHeight,
aItems.emplace_back("size", GetSizePixel().toString());
aItems.emplace_back("lines",
OString::number(aTextWindow.GetNumLines()));
pNotifier->notifyWindow(GetLOKWindowId(), "size_changed", aItems);
+ Invalidate();
}
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits