Committing in .
correcting an obvious typo in the GTK1.x part Modified Files: wxWidgets/src/gtk/choice.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,7 +61,7 @@ static void gtk_choice_clicked_callback( GtkWidget *WXUNUSED(widget), wxChoice *
|
|||||||
GtkBin *bin = GTK_BIN( child->data );
|
GtkBin *bin = GTK_BIN( child->data );
|
||||||
if (!bin->child)
|
if (!bin->child)
|
||||||
{
|
{
|
||||||
selection = count:
|
selection = count;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
child = child->next;
|
child = child->next;
|
||||||
|
@@ -61,7 +61,7 @@ static void gtk_choice_clicked_callback( GtkWidget *WXUNUSED(widget), wxChoice *
|
|||||||
GtkBin *bin = GTK_BIN( child->data );
|
GtkBin *bin = GTK_BIN( child->data );
|
||||||
if (!bin->child)
|
if (!bin->child)
|
||||||
{
|
{
|
||||||
selection = count:
|
selection = count;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
child = child->next;
|
child = child->next;
|
||||||
|
Reference in New Issue
Block a user