bxgaillard commented on this pull request.


>       
        cell_renderer_break_icon_get_size (cell, widget, cell_area,
                &pix_rect.x,
                &pix_rect.y,
                &pix_rect.width,
                &pix_rect.height);
        
+#if GTK_CHECK_VERSION(3, 0, 0)
+       gtk_cell_renderer_get_padding(cell, &xpad, &ypad);
+       pix_rect.x += cell_area->x + xpad;
+       pix_rect.y += cell_area->y + ypad;

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_r236289889

Reply via email to