Set fLastMousedOverItem NULL in ctor

This has a good chance to fix #9676
This commit is contained in:
John Scipione
2013-05-28 18:12:23 -04:00
parent 9ffe350441
commit 128c5556b9
+1
View File
@@ -89,6 +89,7 @@ TExpandoMenuBar::TExpandoMenuBar(BRect frame, const char* name,
fExpandNewTeams(static_cast<TBarApp*>(be_app)->Settings()->expandNewTeams),
fDeskbarMenuWidth(kMinMenuItemWidth),
fPreviousDragTargetItem(NULL),
fLastMousedOverItem(NULL),
fLastClickedItem(NULL),
fClickedExpander(false)
{