diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-04 20:19:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-04 20:19:21 +0000 |
commit | 8a4d920ac00055a4ae15bafcce0e696abea9d6b1 (patch) | |
tree | c377fcfbd90de3a2178d93779828cbad75b44867 /plugins/TabSRMM/src/chat | |
parent | 97f4d1524fde91f4c4a66f2d1e6d135f74c2bd1a (diff) |
- AvatarChanged finally destroyed;
- info panel's size calculation moved to WM_SIZE handler;
- many drawing glitches fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@10056 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat')
-rw-r--r-- | plugins/TabSRMM/src/chat/window.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/chat/window.cpp b/plugins/TabSRMM/src/chat/window.cpp index 33da2d71cf..cf12f38349 100644 --- a/plugins/TabSRMM/src/chat/window.cpp +++ b/plugins/TabSRMM/src/chat/window.cpp @@ -2463,14 +2463,13 @@ LABEL_SHOWWINDOW: GetClientRect(GetDlgItem(hwndDlg, IDC_CHAT_LOG), &rc); if ((pt.y + 2 >= MIN_PANELHEIGHT + 2) && (pt.y + 2 < 100) && (pt.y + 2 < rc.bottom - 30)) dat->Panel->setHeight(pt.y + 2); - dat->panelWidth = -1; RedrawWindow(hwndDlg, NULL, NULL, RDW_INVALIDATE | RDW_UPDATENOW | RDW_ERASE); if (M.isAero()) InvalidateRect(GetParent(hwndDlg), NULL, FALSE); SendMessage(hwndDlg, WM_SIZE, DM_SPLITTERMOVED, 0); break; } - } + } break; case GC_FIREHOOK: |