Applied patch [ 864570 ] adjustement of FL contrib to change in wx/log.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
23290a8c8f
commit
5feef956ce
@ -572,7 +572,7 @@ void wxToolWindow::OnMotion( wxMouseEvent& event )
|
||||
DrawHintRect( mPrevHintRect );
|
||||
DrawHintRect( finalRect );
|
||||
|
||||
::wxLogTrace(wxT("%d,%d / %d,%d\n"), finalRect.x, finalRect.y, finalRect.width, finalRect.height);
|
||||
::wxLogTrace(wxT("wxToolWindow"),wxT("%d,%d / %d,%d\n"), finalRect.x, finalRect.y, finalRect.width, finalRect.height);
|
||||
}
|
||||
|
||||
mPrevHintRect = finalRect;
|
||||
|
Loading…
Reference in New Issue
Block a user