From c38a7df2a89b4d0c94aa360e05bec9e4ab46cbdd Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Fri, 31 Dec 2004 11:52:39 +0000 Subject: [PATCH] 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 --- src/kits/interface/MenuItem.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/kits/interface/MenuItem.cpp b/src/kits/interface/MenuItem.cpp index c6184cc5da..c840c2ad5e 100644 --- a/src/kits/interface/MenuItem.cpp +++ b/src/kits/interface/MenuItem.cpp @@ -26,11 +26,9 @@ // //------------------------------------------------------------------------------ -// Standard Includes ----------------------------------------------------------- #include #include -// System Includes ------------------------------------------------------------- #include #include #include @@ -382,7 +380,7 @@ BMenuItem::Draw() B_DISABLED_LABEL_TINT)); fSuper->MovePenTo(ContentLocation()); - //DrawContent(); + DrawContent(); if (fSuper->Layout() == B_ITEMS_IN_COLUMN) { if (IsMarked())