diff --git a/src/kits/interface/Box.cpp b/src/kits/interface/Box.cpp index 7163d25464..51e4aadd08 100644 --- a/src/kits/interface/Box.cpp +++ b/src/kits/interface/Box.cpp @@ -45,7 +45,7 @@ //------------------------------------------------------------------------------ BBox::BBox(BRect frame, const char *name, uint32 resizingMode, uint32 flags, border_style border) - : BView(frame, name, resizingMode, flags), + : BView(frame, name, resizingMode, flags | B_FRAME_EVENTS), fStyle(border) { SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));