MGR: Bug fix: correctly restore default task bar icons when switching from a different skin (e.g., GridRepublic) to default skin.

This commit is contained in:
Charlie Fenton 2014-03-26 02:07:50 -07:00
parent adf1e8dad1
commit c4bcbc8b48
1 changed files with 3 additions and 0 deletions

View File

@ -193,7 +193,10 @@ CSkinIcon::~CSkinIcon() {
void CSkinIcon::Clear() {
m_strDesiredIcon.Clear();
m_strDesiredIcon32.Clear();
m_strDesiredTransparencyMask.Clear();
m_strDesiredTransparencyMask32.Clear();
m_icoIcon = m_icoDefaultIcon;
}