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) {
|
||||
ShowClockOptions(ConvertToScreen(point));
|
||||
return;
|
||||
} else if (buttons == B_PRIMARY_MOUSE_BUTTON) {
|
||||
} else if (buttons == B_PRIMARY_MOUSE_BUTTON)
|
||||
ShowCalendar(point);
|
||||
}
|
||||
|
||||
// invalidate last time/date strings and call the pulse
|
||||
// method directly to change the display instantly
|
||||
|
||||
Reference in New Issue
Block a user