mirror of https://github.com/GNOME/gimp.git
unset "can-focus" on the message labels. Fixes bug #302400.
2005-04-29 Sven Neumann <sven@gimp.org> * app/widgets/gimpmessagebox.c (gimp_message_box_init): unset "can-focus" on the message labels. Fixes bug #302400.
This commit is contained in:
parent
e06bcb883c
commit
2eba891d93
|
@ -1,3 +1,8 @@
|
|||
2005-04-29 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/gimpmessagebox.c (gimp_message_box_init): unset
|
||||
"can-focus" on the message labels. Fixes bug #302400.
|
||||
|
||||
2005-04-29 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/gimpprojection-construct.c: save COW projection code from
|
||||
|
|
|
@ -144,6 +144,7 @@ gimp_message_box_init (GimpMessageBox *box)
|
|||
GtkWidget *label = g_object_new (GTK_TYPE_LABEL,
|
||||
"wrap", TRUE,
|
||||
"selectable", TRUE,
|
||||
"can-focus", FALSE,
|
||||
"xalign", 0.0,
|
||||
"yalign", 0.5,
|
||||
NULL);
|
||||
|
|
Loading…
Reference in New Issue