[misc] set rufus-next to 1.3.0 and fixed #103

* Closes #103
This commit is contained in:
Pete Batard 2012-12-09 19:37:56 +00:00
parent 2d53ea10ac
commit bdbc9ed9c0
5 changed files with 23 additions and 16 deletions

View file

@ -1147,6 +1147,10 @@ BOOL CALLBACK LogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
break;
}
break;
// case WM_SHOWWINDOW:
// if (wParam)
// SendMessage(hLog, EM_LINESCROLL, 0, SendMessage(hLog, EM_GETLINECOUNT, 0, 0));
// return FALSE;
case WM_CLOSE:
ShowWindow(hDlg, SW_HIDE);
log_displayed = FALSE;