Skip to content

Commit

Permalink
Merge pull request gnome-terminator#632 from xuezhixin/master
Browse files Browse the repository at this point in the history
this line has an extra ';' symbol
  • Loading branch information
mattrose authored Oct 31, 2022
2 parents 3fa8669 + 6c2e3b8 commit f289b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminatorlib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def widget_pixbuf(widget, maxsize=None):
Gdk.cairo_set_source_window(cairo_context, window, 0, 0)
cairo_context.paint()

scaledpixbuf = Gdk.pixbuf_get_from_surface(preview_surface, 0, 0, preview_width, preview_height);
scaledpixbuf = Gdk.pixbuf_get_from_surface(preview_surface, 0, 0, preview_width, preview_height)

return(scaledpixbuf)

Expand Down

0 comments on commit f289b4d

Please sign in to comment.