comdlg32: Don't treat cmb1 as the printer list unless in PRINT_SETUP.
This changes WMCommandW to match WMCommandA.
This commit is contained in:
parent
39bd338a62
commit
bbdc50c532
1 changed files with 4 additions and 1 deletions
|
@ -1988,7 +1988,10 @@ static LRESULT PRINTDLG_WMCommandW(HWND hDlg, WPARAM wParam,
|
|||
}
|
||||
break;
|
||||
|
||||
case cmb1: /* Printer Combobox in PRINT SETUP */
|
||||
case cmb1: /* Printer Combobox in PRINT SETUP, quality combobox in PRINT16 */
|
||||
if (PrinterComboID != LOWORD(wParam)) {
|
||||
break;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
case cmb4: /* Printer combobox */
|
||||
if (HIWORD(wParam)==CBN_SELCHANGE) {
|
||||
|
|
Loading…
Add table
Reference in a new issue