- Timestamp:
- Jan 10, 2025 4:08:10 PM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIHostComboEditor.cpp
r106349 r107678 438 438 for (int i = 0; i < encodedKeyList.size(); ++i) 439 439 if (unsigned idxScanCode = UINativeHotKey::modifierToSet1ScanCode(encodedKeyList[i].toInt())) 440 if (idxScanCode != 0) 441 scanCodeList << idxScanCode; 440 scanCodeList << idxScanCode; 442 441 return scanCodeList; 443 442 }
Note:
See TracChangeset
for help on using the changeset viewer.