Use the standard wxBufferedDC again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -572,12 +572,14 @@ public:
|
|||||||
|
|
||||||
%{
|
%{
|
||||||
//-=-=-=-=-=-=-=-=-=-=-
|
//-=-=-=-=-=-=-=-=-=-=-
|
||||||
#if 0
|
|
||||||
|
#if 1
|
||||||
|
// Use the standard wxBufferedDC
|
||||||
#include <wx/dcbuffer.h>
|
#include <wx/dcbuffer.h>
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
// Or, temporarily put a set of classes here similar to the old buffered DC
|
||||||
// Temporarily put a set of classes here similar to the old buffered DC
|
|
||||||
// classes until the real ones can be fixed to work "correctly" again.
|
// classes until the real ones can be fixed to work "correctly" again.
|
||||||
|
|
||||||
class wxBufferedDC : public wxMemoryDC
|
class wxBufferedDC : public wxMemoryDC
|
||||||
|
Reference in New Issue
Block a user