fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -187,7 +187,7 @@ extern "C" {
|
||||
static void wxgtk_text_draw( GtkWidget *widget, GdkRectangle *rect)
|
||||
{
|
||||
wxEventLoopBase* loop = wxEventLoopBase::GetActive();
|
||||
if ( loop && loop->IsYielding() )
|
||||
if ( loop && !loop->IsYielding() )
|
||||
{
|
||||
wxCHECK_RET( gs_gtk_text_draw != wxgtk_text_draw,
|
||||
_T("infinite recursion in wxgtk_text_draw aborted") );
|
||||
|
Reference in New Issue
Block a user