1. fixed (?) blitting bitmaps with mask
2. fixed wxWindowBase compilation (oops) 3. fixed kbd handling in wxScrolledWindow under MSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -748,7 +748,7 @@ bool wxWindowBase::TransferDataToWindow()
|
||||
|
||||
if ( recurse )
|
||||
{
|
||||
if ( !child->TransferToWindow() )
|
||||
if ( !child->TransferDataToWindow() )
|
||||
{
|
||||
// warning already given
|
||||
return FALSE;
|
||||
@@ -780,7 +780,7 @@ bool wxWindowBase::TransferDataFromWindow()
|
||||
|
||||
if ( recurse )
|
||||
{
|
||||
if ( !child->TransferFromWindow() )
|
||||
if ( !child->TransferDataFromWindow() )
|
||||
{
|
||||
// warning already given
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user