added wxDC::CopyAttributes() and use it in wxBufferedDC to ensure that wxAutoBuffered...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 May 2009 19:40:04 +0000 (19:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 May 2009 19:40:04 +0000 (19:40 +0000)
commit4feecbb929662fa002239fe7fc46d464b12f758e
tree56f76cb67286e9d02f46d145112cb2eb82e5d96c
parent6de9def05db78a073556a6c6e59f2381834774ad
added wxDC::CopyAttributes() and use it in wxBufferedDC to ensure that wxAutoBufferedPaintDC font is correctly initialized from the window font, as it already happens with wxPaintDC that it mimics

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/dc.h
include/wx/dcbuffer.h
interface/wx/dc.h
src/common/dcbase.cpp