Enable the apply button when changing drive type.
This commit is contained in:
parent
97567c2d7b
commit
e595ff24c7
@ -743,6 +743,10 @@ DriveDlgProc (HWND dialog, UINT msg, WPARAM wParam, LPARAM lParam)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case CBN_SELCHANGE:
|
||||||
|
SendMessage(GetParent(dialog), PSM_CHANGED, 0, 0);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (LOWORD(wParam))
|
switch (LOWORD(wParam))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user