Minor fix for wxDF_PRIVATE, but doesn't work yet.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
47e1663e82
commit
3874d10d85
@ -264,7 +264,7 @@ selection_handler( GtkWidget *WXUNUSED(widget), GtkSelectionData *selection_data
|
||||
if (data_object->GetFormat().GetAtom() != selection_data->target)
|
||||
{
|
||||
node = node->Next();
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
switch (data_object->GetFormat().GetType())
|
||||
|
@ -264,7 +264,7 @@ selection_handler( GtkWidget *WXUNUSED(widget), GtkSelectionData *selection_data
|
||||
if (data_object->GetFormat().GetAtom() != selection_data->target)
|
||||
{
|
||||
node = node->Next();
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
switch (data_object->GetFormat().GetType())
|
||||
|
Loading…
Reference in New Issue
Block a user