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:
parent
b7b28df023
commit
93c891b0e6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user