[ui] disable drag and drop during drive creation

* Closes #1672
* Also fix Rufus MBR not being selected when switching partition scheme to MBR
* Also fix users being prompted twice for ISO → ESP
This commit is contained in:
Pete Batard 2021-04-08 17:29:13 +01:00
parent f2ca5a3121
commit c9e71de898
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 28 additions and 23 deletions

View file

@ -529,7 +529,7 @@ void AdjustForLowDPI(HWND hDlg)
for (i = 0; i < ARRAYSIZE(adjust_dpi_ids); i++) {
dy += ddy;
// "...and the other thing I really like about Microsoft's UI handling is how "
//."you never have to introduce weird hardcoded constants all over the place, "
// "you never have to introduce weird hardcoded constants all over the place, "
// "just to make your UI look good...", said NO ONE ever.
if (adjust_dpi_ids[i][0] == IDC_QUICK_FORMAT)
dy += 1;