mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
[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:
parent
f2ca5a3121
commit
c9e71de898
4 changed files with 28 additions and 23 deletions
2
src/ui.c
2
src/ui.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue