diff --git a/src/apps/deskbar/CalendarMenuWindow.cpp b/src/apps/deskbar/CalendarMenuWindow.cpp index 9b77e805ec..162afbf5b4 100644 --- a/src/apps/deskbar/CalendarMenuWindow.cpp +++ b/src/apps/deskbar/CalendarMenuWindow.cpp @@ -88,6 +88,8 @@ CalendarMenuWindow::CalendarMenuWindow(BPoint where) fCalendarView(NULL), fSuppressFirstClose(true) { + SetFeel(B_FLOATING_ALL_WINDOW_FEEL); + BPrivate::week_start startOfWeek = (BPrivate::week_start)BLocale::Default()->StartOfWeek();