~ubuntu-branches/ubuntu/trusty/python-enable/trusty

« back to all changes in this revision

Viewing changes to enthought/enable/wx_backend/window.py

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2010-02-28 14:56:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100228145636-9ghfhe3uy37tt3q6
Tags: 3.3.0-1
* New upstream release
* Bump Standards-Version to 3.8.4
* Switch to source format 3.0
* Update patches/freetype2.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
713
713
        self._init_gc()
714
714
        if hasattr(self.component, "do_layout"):
715
715
            self.component.do_layout()
716
 
        self._gc.clear(self.bg_color_)
 
716
        self._gc.clear(self.bgcolor_)
717
717
        self.component.draw(self._gc, view_bounds=(0, 0, size[0], size[1]))
718
718
        self._update_region = []
719
719
        #self.control.flip()