forked from AuroraMiddleware/gtk
label: Fix focus implementation
Don't return TRUE if we didn't actually focus anything.
This commit is contained in:
parent
1affd425a1
commit
0b48bb23b2
@ -4735,9 +4735,11 @@ gtk_label_focus (GtkWidget *widget,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (!info)
|
||||
|
Loading…
Reference in New Issue
Block a user