Need to call baseclass AttachedToWindow()

This commit is contained in:
John Scipione
2013-02-17 20:41:33 -05:00
parent cdb4abbd18
commit 6f53c50c36
+1
View File
@@ -255,6 +255,7 @@ public:
virtual void AttachedToWindow()
{
SetToolTip(B_TRANSLATE("Close find bar"));
BButton::AttachedToWindow();
}
virtual void Draw(BRect updateRect)