]> git.saurik.com Git - wxWidgets.git/commit
Change Refresh to Reset to avoid conflict with base class Refresh
authorRobin Dunn <robin@alldunn.com>
Sat, 21 Oct 2006 01:20:43 +0000 (01:20 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 21 Oct 2006 01:20:43 +0000 (01:20 +0000)
commit84752aa52abd572e480e42da4a1affc6a22c8f5e
tree5927d41becac58edeb887cf8ee1d3ffea0c9c60e
parent6d6d86a68427294503e40baee75c8f5758745af2
Change Refresh to Reset to avoid conflict with base class Refresh

Don't use wx.ClientDC, just draw to the bitmap when needed, and then
use Refresh for painting.  This works better on Mac.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/wx/lib/analogclock/analogclock.py