BMenu: Add default padding to ctor

This commit is contained in:
John Scipione
2016-07-31 19:42:39 -07:00
parent dcecaf60ad
commit b75a2e9d22
+1
View File
@@ -251,6 +251,7 @@ BMenu::BMenu(const char* name, float width, float height)
:
BView(BRect(0.0f, 0.0f, 0.0f, 0.0f), name, 0, B_WILL_DRAW),
fChosenItem(NULL),
fPad(14.0f, 2.0f, 20.0f, 0.0f),
fSelected(NULL),
fCachedMenuWindow(NULL),
fSuper(NULL),