diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-30 14:53:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-30 14:53:06 +0000 |
commit | f8c24169ee95e5a0a7290e5a1935855c099ce847 (patch) | |
tree | 0db74eedd7aed702b32c3c601944cebfd7759739 /plugins/TabSRMM/src/msglog.cpp | |
parent | 29d1f717da04b24780569ca58d0eb3315606036a (diff) |
another crutch
git-svn-id: http://svn.miranda-ng.org/main/trunk@11682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/msglog.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msglog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp index 2a451bafd3..08a4aa57df 100644 --- a/plugins/TabSRMM/src/msglog.cpp +++ b/plugins/TabSRMM/src/msglog.cpp @@ -1353,8 +1353,8 @@ void TSAPI StreamInEvents(HWND hwndDlg, HANDLE hDbEventFirst, int count, int fAp ReplaceIcons(hwndDlg, dat, startAt, fAppend, isSent);
dat->clr_added = FALSE;
- bool bForce = (dat->hwndIEView == 0 && dat->hwndHPP == 0);
- DM_ScrollToBottom(dat, bForce, bForce);
+ if (dat->hwndIEView == 0 && dat->hwndHPP == 0 && (!M.isAero() || M.getWinVer() != 0x0601))
+ DM_ScrollToBottom(dat, 1, 1);
HWND hwndLog = GetDlgItem(hwndDlg, IDC_LOG);
SendMessage(hwndLog, WM_SETREDRAW, TRUE, 0);
|