Skip to content

Commit

Permalink
options may not be a typedict, and that's fine too
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 17, 2022
1 parent 816c0da commit b693a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xpra/client/gtk_base/cairo_backing_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ def cairo_paint_from_source(self, set_source_fn, source,

if self.paint_box_line_width:
gc.restore()
encoding = options.strget("encoding")
encoding = options.get("encoding")
self.cairo_paint_box(gc, encoding, x, y, width, height)

flush = options.intget("flush", 0)
flush = options.get("flush", 0)
if flush==0:
self.record_fps_event()

Expand Down

0 comments on commit b693a52

Please sign in to comment.