mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 04:04:26 -04:00
parent
2d53ea10ac
commit
bdbc9ed9c0
5 changed files with 23 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue