BMenu: Update comment
This commit is contained in:
parent
0b4c2d3210
commit
40082f768a
@ -457,7 +457,7 @@ BMenu::MessageReceived(BMessage* msg)
|
||||
float smallStep;
|
||||
window->GetSteps(&smallStep, &largeStep);
|
||||
|
||||
// pressing the option/command/control key scrolls faster
|
||||
// pressing the shift key scrolls faster
|
||||
if ((modifiers() & B_SHIFT_KEY) != 0)
|
||||
deltaY *= largeStep;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user