[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-443-geb4971a

ticho at claws-mail.org ticho at claws-mail.org
Fri Nov 2 18:37:24 CET 2018


The branch, gtk3 has been updated
       via  eb4971a143868c8b1173b3852420cd409a403032 (commit)
      from  5c9901294fb06ecd87a78cf06d46a681f1757d80 (commit)

Summary of changes:
 src/gtk/gtkcmclist.c |    1 -
 1 file changed, 1 deletion(-)


- Log -----------------------------------------------------------------
commit eb4971a143868c8b1173b3852420cd409a403032
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Fri Nov 2 18:37:00 2018 +0100

    Fix scrollbar being out of sync for GtkCMCLists.

diff --git a/src/gtk/gtkcmclist.c b/src/gtk/gtkcmclist.c
index 3ee1c98..9341895 100644
--- a/src/gtk/gtkcmclist.c
+++ b/src/gtk/gtkcmclist.c
@@ -6256,7 +6256,6 @@ vadjustment_value_changed (GtkAdjustment *adjustment,
   if (gtk_widget_is_drawable (GTK_WIDGET(clist)))
     {
       gdk_window_scroll (clist->clist_window, 0, dy);
-      gdk_window_process_updates (clist->clist_window, FALSE);
     }
   
   return;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list