diff options
-rw-r--r-- | plugins/TabSRMM/src/themes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/themes.cpp b/plugins/TabSRMM/src/themes.cpp index f57c7ab7ec..7a8436d565 100644 --- a/plugins/TabSRMM/src/themes.cpp +++ b/plugins/TabSRMM/src/themes.cpp @@ -1092,7 +1092,7 @@ void CSkin::UnloadAeroTabs() if (m_tabGlowBottom) {
delete m_tabGlowBottom;
- m_tabGlowTop = nullptr;
+ m_tabGlowBottom = nullptr;
}
if (m_switchBarItem) {
|