add missing break statement
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -122,11 +122,11 @@ static bool GetColourFromGTKWidget(GdkColor& gdkColor,
|
||||
|
||||
case wxGTK_MENUITEM:
|
||||
widget = gtk_menu_item_new();
|
||||
|
||||
break;
|
||||
|
||||
case wxGTK_MENUBAR:
|
||||
widget = gtk_menu_bar_new();
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
GtkStyle *def = gtk_rc_get_style( widget );
|
||||
|
Reference in New Issue
Block a user