Skip to content

Commit

Permalink
Merge pull request #5352 from mdboom/fix-wx-flicker
Browse files Browse the repository at this point in the history
Fix #4332.  Fix flicker in wx* backends

closes #4968
  • Loading branch information
tacaswell committed Oct 29, 2015
2 parents b2bb5ab + 0167f9a commit a8d8877
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/matplotlib/backends/backend_wx.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,9 +834,6 @@ def gui_repaint(self, drawDC=None, origin='WX'):
# not called from OnPaint use a ClientDC
drawDC = wx.ClientDC(self)

# ensure that canvas has no 'left' over stuff when resizing frame
drawDC.Clear()

# following is for 'WX' backend on Windows
# the bitmap can not be in use by another DC,
# see GraphicsContextWx._cache
Expand Down

0 comments on commit a8d8877

Please sign in to comment.