Skip to content
Snippets Groups Projects
Commit 08b630b0 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Small bugfix in Cairo test.

parent 02b7a7ea
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,9 @@ def create_context_window(w, h, callback):
def draw(*args):
print 'draw'
if not cr:
return
# Background
cr.rectangle(0, 0, *root.get_size())
cr.set_source_rgb(0, 1, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment