Skip to content

Commit

Permalink
Correct signature of _draw_mainlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Sep 4, 2015
1 parent 63c2fa2 commit 9a6ca55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enable/tests/qt4/scrollbar_test.py
Expand Up @@ -35,7 +35,7 @@ def setup_window(self, window):

@contextmanager
def setup_scrollbar(self, scrollbar, window):
scrollbar._draw_mainlayer(self, window._gc)
scrollbar._draw_mainlayer(window._gc)
try:
yield
finally:
Expand Down

0 comments on commit 9a6ca55

Please sign in to comment.