[evolution] Bug 332296 - Cannot drag end time in the Day View when it's 12pm



commit f1e240f161423ff03ecf833201818d23c7a089dd
Author: Milan Crha <mcrha redhat com>
Date:   Thu Aug 24 11:15:25 2017 +0200

    Bug 332296 - Cannot drag end time in the Day View when it's 12pm

 src/calendar/gui/e-day-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/gui/e-day-view.c b/src/calendar/gui/e-day-view.c
index fafa0e5..a79c6f2 100644
--- a/src/calendar/gui/e-day-view.c
+++ b/src/calendar/gui/e-day-view.c
@@ -4019,7 +4019,7 @@ e_day_view_update_scroll_regions (EDayView *day_view)
        new_x2 = time_canvas_allocation.width - 1;
        new_y2 = MAX (
                day_view->rows * day_view->row_height,
-               main_canvas_allocation.height) - 1;
+               main_canvas_allocation.height - 1);
        if (old_x2 != new_x2 || old_y2 != new_y2)
                gnome_canvas_set_scroll_region (GNOME_CANVAS (day_view->time_canvas),
                                                0, 0, new_x2, new_y2);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]