Commit ec7d7fa3 authored by Gerard Patel's avatar Gerard Patel Committed by Alexandre Julliard

Avoid too much refreshing when changing the drive in the 16 bits file

dialog.
parent 788a9f76
......@@ -908,6 +908,7 @@ static LRESULT FILEDLG_WMCommand(HWND16 hWnd, WPARAM16 wParam, LPARAM lParam)
(LPARAM)SEGPTR_GET(pstr));
sprintf(tmpstr, "%c:", pstr[2]);
SEGPTR_FREE(pstr);
if (notification != CBN_SELCHANGE) return TRUE;
reset_scan:
lRet = SendDlgItemMessage16(hWnd, cmb1, CB_GETCURSEL16, 0, 0);
if (lRet == LB_ERR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment