summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-08-05 12:15:51 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-08-05 12:15:51 +0000
commit1912d4722ed56d2c7cdc0d82564e0e997256d709 (patch)
treed05187b140ab89e75b3fe387d8831504a60838af /plugins/TabSRMM
parentfdd3ad7a5827ea403d7c8b98f30f5e3af775dcc3 (diff)
force redrawing of tabSRMM window after toggling subs
git-svn-id: http://svn.miranda-ng.org/main/trunk@10067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r--plugins/TabSRMM/src/globals.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp
index 61508ecf94..74bc2b6389 100644
--- a/plugins/TabSRMM/src/globals.cpp
+++ b/plugins/TabSRMM/src/globals.cpp
@@ -498,6 +498,7 @@ int CGlobals::MetaContactEvent(WPARAM hContact, LPARAM lParam)
if (c->getHwnd()) {
::PostMessage(c->getHwnd(), DM_UPDATETITLE, 0, 1);
::PostMessage(c->getHwnd(), DM_UPDATEPICLAYOUT, 0, 0);
+ InvalidateRect(c->getHwnd(), 0, TRUE); // force redraw
}
}
}