~mvo/software-center/fix-dataprovider-dbus-tests

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/widgets/separators.py

  • Committer: Gary Lasker
  • Date: 2012-09-14 06:05:43 UTC
  • mfrom: (3168.2.1 some-drawing-cleanup)
  • Revision ID: gary.lasker@canonical.com-20120914060543-k062gpqqb483aioy
* lp:~mvo/software-center/some-drawing-cleanups:
  - improvements to insure good practices when dealing
    with the cairo context

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        cr.set_line_width(2 * width)
34
34
        cr.stroke()
35
35
        cr.restore()
 
36
        for child in self:
 
37
            self.propagate_draw(child, cr)