corrected assertion with message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
861a0196f9
commit
a4fd44528a
@ -497,7 +497,7 @@ void wxToolWindow::CalcResizedRect( wxRect& rect, wxPoint& delta, const wxSize&
|
||||
}
|
||||
else
|
||||
{
|
||||
wxFAIL( _T("what did the cursor hit?") );
|
||||
wxFAIL_MSG( _T("what did the cursor hit?") );
|
||||
}
|
||||
|
||||
rect.x = left;
|
||||
|
Loading…
Reference in New Issue
Block a user