mini-bugs in wxMenu (it now converts / to \ in
the menu text) toolbar tips are yellow again typo in dcclient git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -631,13 +631,13 @@ bool wxWindowDC::Blit( long xdest, long ydest, long width, long height,
|
||||
{
|
||||
/* we HAVE TO use the direct way for memory dcs
|
||||
that have mask since the XCopyArea doesn't know
|
||||
about masks and */
|
||||
about masks */
|
||||
use_bitmap_method = TRUE;
|
||||
}
|
||||
else if (memDC->m_selected.GetDepth() == 1)
|
||||
{
|
||||
/* we HAVE TO use the direct way for memory dcs
|
||||
that are bitmaps because XCopyArea doesn't copy
|
||||
that are bitmaps because XCopyArea doesn't cope
|
||||
with different bit depths */
|
||||
use_bitmap_method = TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user