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:
@@ -264,7 +264,7 @@ selection_handler( GtkWidget *WXUNUSED(widget), GtkSelectionData *selection_data
|
|||||||
if (data_object->GetFormat().GetAtom() != selection_data->target)
|
if (data_object->GetFormat().GetAtom() != selection_data->target)
|
||||||
{
|
{
|
||||||
node = node->Next();
|
node = node->Next();
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (data_object->GetFormat().GetType())
|
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)
|
if (data_object->GetFormat().GetAtom() != selection_data->target)
|
||||||
{
|
{
|
||||||
node = node->Next();
|
node = node->Next();
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (data_object->GetFormat().GetType())
|
switch (data_object->GetFormat().GetType())
|
||||||
|
Reference in New Issue
Block a user