fixed copy/paste error which caused bug #4186. Sorry
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32127 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -754,7 +754,7 @@ BMenuItem::_DrawShortcutSymbol()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (fModifiers & B_SHIFT_KEY) {
|
if (fModifiers & B_SHIFT_KEY) {
|
||||||
const BBitmap *shift = MenuPrivate::MenuItemOption();
|
const BBitmap *shift = MenuPrivate::MenuItemShift();
|
||||||
const BRect &rect = shift->Bounds();
|
const BRect &rect = shift->Bounds();
|
||||||
where.x -= rect.Width() + 1;
|
where.x -= rect.Width() + 1;
|
||||||
fSuper->DrawBitmap(shift, where);
|
fSuper->DrawBitmap(shift, where);
|
||||||
|
|||||||
Reference in New Issue
Block a user