Style fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39029 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -297,9 +297,8 @@ TTimeView::MouseDown(BPoint point)
|
|||||||
if (buttons == B_SECONDARY_MOUSE_BUTTON) {
|
if (buttons == B_SECONDARY_MOUSE_BUTTON) {
|
||||||
ShowClockOptions(ConvertToScreen(point));
|
ShowClockOptions(ConvertToScreen(point));
|
||||||
return;
|
return;
|
||||||
} else if (buttons == B_PRIMARY_MOUSE_BUTTON) {
|
} else if (buttons == B_PRIMARY_MOUSE_BUTTON)
|
||||||
ShowCalendar(point);
|
ShowCalendar(point);
|
||||||
}
|
|
||||||
|
|
||||||
// invalidate last time/date strings and call the pulse
|
// invalidate last time/date strings and call the pulse
|
||||||
// method directly to change the display instantly
|
// method directly to change the display instantly
|
||||||
|
|||||||
Reference in New Issue
Block a user