Kaydet (Commit) 2d065b55 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt Kaydeden (comit) Andras Timar

tdf#94198 Printer missing from tooltip

Need to update the tooltip also on state change.
This partially reverts the fix for tdf#83558, 1fb8724f
Verified that the fix for tdf#83558 still works.

Change-Id: I023a5e4b101dc91522f19b0d3ed2ed0c4a47e64b
Reviewed-on: https://gerrit.libreoffice.org/18586Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst fa406fbb
......@@ -244,6 +244,7 @@ throw ( RuntimeException, std::exception )
aStrValue = aTmp;
}
m_pToolbar->SetItemText( m_nID, aStrValue );
m_pToolbar->SetQuickHelpText( m_nID, aStrValue );
}
if ( m_bMadeInvisible )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment