Changeset 418

Show
Ignore:
Timestamp:
11/05/11 19:39:22 (7 months ago)
Author:
Carsten
Message:

This change implements a work-around for wxWidgets issue  http://trac.wxwidgets.org/ticket/13593

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/ExtLibs/wxWidgets/src/gtk/menu.cpp

    r324 r418  
    5050 
    5151    wxWindow *win = menu->GetWindow(); 
    52     wxCHECK_RET( win, "event for a menu without associated window?" ); 
     52    if (!win) return; 
     53    // wxCHECK_RET( win, "event for a menu without associated window?" ); 
    5354 
    5455    win->HandleWindowEvent( event );