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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user