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

dialog.
This commit is contained in:
Gerard Patel 2000-02-20 19:15:01 +00:00 committed by Alexandre Julliard
parent 788a9f7680
commit ec7d7fa380
1 changed files with 1 additions and 0 deletions

View File

@ -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)