Ticket #7855: Deskbar_Deskbar_calendar_window_always_on_top_1.diff
File Deskbar_Deskbar_calendar_window_always_on_top_1.diff, 482 bytes (added by , 13 years ago) |
---|
-
src/apps/deskbar/CalendarMenuWindow.cpp
diff --git a/src/apps/deskbar/CalendarMenuWindow.cpp b/src/apps/deskbar/CalendarMenuWindow.cpp index 9b77e80..162afbf 100644
a b CalendarMenuWindow::CalendarMenuWindow(BPoint where) 88 88 fCalendarView(NULL), 89 89 fSuppressFirstClose(true) 90 90 { 91 SetFeel(B_FLOATING_ALL_WINDOW_FEEL); 92 91 93 BPrivate::week_start startOfWeek 92 94 = (BPrivate::week_start)BLocale::Default()->StartOfWeek(); 93 95