tdf#94198 Printer missing from tooltip

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

Change-Id: I023a5e4b101dc91522f19b0d3ed2ed0c4a47e64b
This commit is contained in:
Samuel Mehrbrodt 2015-09-15 11:47:20 +02:00
parent 3c68751f6b
commit 4890dd0c44

View file

@ -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 )