diff options
Diffstat (limited to 'plugins/TabSRMM/src/msglog.cpp')
| -rw-r--r-- | plugins/TabSRMM/src/msglog.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp index 08a4aa57df..520eeaba0c 100644 --- a/plugins/TabSRMM/src/msglog.cpp +++ b/plugins/TabSRMM/src/msglog.cpp @@ -1353,8 +1353,7 @@ void TSAPI StreamInEvents(HWND hwndDlg, HANDLE hDbEventFirst, int count, int fAp  	ReplaceIcons(hwndDlg, dat, startAt, fAppend, isSent);
  	dat->clr_added = FALSE;
 -	if (dat->hwndIEView == 0 && dat->hwndHPP == 0 && (!M.isAero() || M.getWinVer() != 0x0601))
 -		DM_ScrollToBottom(dat, 1, 1);
 +	DM_ScrollToBottom(dat, 0, 0);
  	HWND hwndLog = GetDlgItem(hwndDlg, IDC_LOG);
  	SendMessage(hwndLog, WM_SETREDRAW, TRUE, 0);
  | 
