BMenu: Update comment

This commit is contained in:
Ingo Weinhold 2013-10-31 22:46:57 +01:00
parent 0b4c2d3210
commit 40082f768a

View File

@ -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