bxgaillard commented on this pull request.


> @@ -136,21 +152,37 @@ static void 
> cell_renderer_frame_icon_get_size(GtkCellRenderer *cell, GtkWidget *
                pixbuf_height = MAX (pixbuf_height, gdk_pixbuf_get_height 
(cellframe->pixbuf_highlighted));
        }
        
+#if GTK_CHECK_VERSION(3, 0, 0)
+       gtk_cell_renderer_get_padding(cell, &xpad, &ypad);
+       calc_width  = xpad * 2 + pixbuf_width;
+       calc_height = ypad * 2 + pixbuf_height;
+
+       gtk_cell_renderer_get_alignment(cell, &xalign, &yalign);
+#else

I agree. Fixed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/791#discussion_r236289966

Reply via email to