BMenu: don't invalidate layout when changing marked item

* The layout does not need to change. The label may change in
SetLabelFromMarked mode, but this only affects the layout of the parent
menu.
* This would crash when programatically changing the menu marked item
while the menu is open.
This commit is contained in:
Adrien Destugues 2014-10-18 22:23:23 +02:00
parent 368dd37798
commit 0eb5978482

View File

@ -2592,7 +2592,6 @@ BMenu::_ItemMarked(BMenuItem* item)
if (ItemAt(i) != item)
ItemAt(i)->SetMarked(false);
}
InvalidateLayout();
}
if (IsLabelFromMarked() && Superitem())