[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 15 19:39:12 UTC 2020


 sfx2/source/sidebar/TabBar.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9fdc7384eff0e9627de2d9c2b59a7716f9e8af25
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 15 14:33:32 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Dec 15 20:38:32 2020 +0100

    tdf#138938 put the tooltip on the toolbar item instead of the toolbar
    
    Change-Id: I69ff3813a726f26daa20a00ce3a0bb311a162c39
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107770
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx
index 0ac834b1318e..fc6124f79659 100644
--- a/sfx2/source/sidebar/TabBar.cxx
+++ b/sfx2/source/sidebar/TabBar.cxx
@@ -219,6 +219,7 @@ void TabBar::CreateTabItem(weld::Toolbar& rItem, const DeckDescriptor& rDeckDesc
     rItem.set_accessible_name(rDeckDescriptor.msTitle);
     rItem.set_accessible_description(rDeckDescriptor.msHelpText);
     rItem.set_tooltip_text(rDeckDescriptor.msHelpText);
+    rItem.set_item_tooltip_text("toggle", rDeckDescriptor.msHelpText);
 }
 
 css::uno::Reference<css::graphic::XGraphic> TabBar::GetItemImage(const DeckDescriptor& rDeckDescriptor) const


More information about the Libreoffice-commits mailing list