Skip to content
  • Piotr Piastucki's avatar
    Workaround for line numbers covering issue (closes bgo#610376) · 0ab1773e
    Piotr Piastucki authored and Kai Willadsen's avatar Kai Willadsen committed
    Both meld and gtksourceviewgutter handle expose-event to draw gutter
    content, however, gtksourceviewgutter handler gets invoked first.
    There seems to be no way to change the order of GTK signal handlers,
    so another expose-event is emitted again after diff coloured block is
    drawn to trigger gtksourceviewgutter handler.
    0ab1773e