mirror of https://github.com/BOINC/boinc.git
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:
parent
adf1e8dad1
commit
c4bcbc8b48
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue