Removed infinite loop in BSeparatorItem

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3473 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech 2003-06-11 14:19:43 +00:00
parent b7b28df023
commit 93c891b0e6

View File

@ -446,7 +446,7 @@ BArchivable *BSeparatorItem::Instantiate(BMessage *data)
//------------------------------------------------------------------------------
void BSeparatorItem::SetEnabled(bool state)
{
BSeparatorItem::SetEnabled(state);
BMenuItem::SetEnabled(state);
}
//------------------------------------------------------------------------------
void BSeparatorItem::GetContentSize(float *width, float *height)