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:
parent
3c68751f6b
commit
4890dd0c44
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue