Fix wxBufferedDC so that it adheres to its documented behavior (which is in use in wxPython at least) and make a note about the layout direction assignment.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,6 +25,10 @@ Please note that GTK+ 2.0 as well as OS X provide double buffering themselves
|
||||
+natively. Use \helpref{wxWindow::IsDoubleBuffered}{wxwindowisdoublebuffered} to
|
||||
+determine whether you need to use buffering or not.
|
||||
|
||||
\wxheading{Localization Support}
|
||||
|
||||
If you pass in a valid DC, wxBufferedDC will inherit its layout direction.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
\helpref{wxMemoryDC}{wxmemorydc}\\
|
||||
|
Reference in New Issue
Block a user