Don't always use the Cairo context for wxGCDC(wxMemoryDC). If a Cairo context is...
authorRobin Dunn <robin@alldunn.com>
Thu, 29 Sep 2011 07:28:04 +0000 (07:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 29 Sep 2011 07:28:04 +0000 (07:28 +0000)
commit82614b1a723d277cbf5810bdad8e84eb7d8825ed
treec06e762b3139f86a446c832e7c70d8eb8ba51b34
parent7892e035c9a247715635ec82f139741d20d07358
Don't always use the Cairo context for wxGCDC(wxMemoryDC).  If a Cairo context is wanted then the wxGCDC(wxGraphicsContext*) ctor should be used instead.  (I thought I had removed this code with my last commit of this file...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/dcgraph.cpp