vcl/source/window/layout.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 17bc0abdbe2ec7bd8068fdf963339a6883c19653
Author: Szymon Kłos <[email protected]>
AuthorDate: Mon Sep 7 12:45:51 2020 +0200
Commit: Szymon Kłos <[email protected]>
CommitDate: Wed Sep 16 17:32:10 2020 +0200
jsdialog: export tooltip for drawing areas
Change-Id: I22a4eb9a74a81bbd2a26d5bae6b875a78a63acf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102163
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102862
Tested-by: Jenkins
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index 917723b0c297..8c2ff59f52d1 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -2893,6 +2893,7 @@ void
VclDrawingArea::DumpAsPropertyTree(tools::JsonWriter& rJsonWriter)
::comphelper::Base64::encode(aBuffer, aSeq);
rJsonWriter.put("image", aBuffer.makeStringAndClear());
}
+ rJsonWriter.put("text", GetQuickHelpText());
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits