Accidentally commented the DrawContent call. I promise, this is the last commit for this year.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10557 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2004-12-31 11:52:39 +00:00
parent 92aa9dcf85
commit c38a7df2a8
+1 -3
View File
@@ -26,11 +26,9 @@
//
//------------------------------------------------------------------------------
// Standard Includes -----------------------------------------------------------
#include <string.h>
#include <stdlib.h>
// System Includes -------------------------------------------------------------
#include <MenuItem.h>
#include <String.h>
#include <Message.h>
@@ -382,7 +380,7 @@ BMenuItem::Draw()
B_DISABLED_LABEL_TINT));
fSuper->MovePenTo(ContentLocation());
//DrawContent();
DrawContent();
if (fSuper->Layout() == B_ITEMS_IN_COLUMN) {
if (IsMarked())