Changeset 418 for cafu/trunk
- Timestamp:
- 11/05/11 19:39:22 (7 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/ExtLibs/wxWidgets/src/gtk/menu.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/ExtLibs/wxWidgets/src/gtk/menu.cpp
r324 r418 50 50 51 51 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?" ); 53 54 54 55 win->HandleWindowEvent( event );
