Don't blink the cursor if the entry is not editable. (#304171,Nikos
2005-05-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c (cursor_blinks): Don't blink the cursor if the entry is not editable. (#304171,Nikos Kouremenos)
This commit is contained in:
committed by
Matthias Clasen
parent
edd7c7ee5c
commit
7c337b69f2
@@ -1,3 +1,8 @@
|
||||
2005-05-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (cursor_blinks): Don't blink the cursor if
|
||||
the entry is not editable. (#304171,Nikos Kouremenos)
|
||||
|
||||
2005-05-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_constructor):
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-05-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (cursor_blinks): Don't blink the cursor if
|
||||
the entry is not editable. (#304171,Nikos Kouremenos)
|
||||
|
||||
2005-05-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_constructor):
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-05-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (cursor_blinks): Don't blink the cursor if
|
||||
the entry is not editable. (#304171,Nikos Kouremenos)
|
||||
|
||||
2005-05-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_constructor):
|
||||
|
||||
@@ -4790,6 +4790,7 @@ cursor_blinks (GtkEntry *entry)
|
||||
gboolean blink;
|
||||
|
||||
if (GTK_WIDGET_HAS_FOCUS (entry) &&
|
||||
entry->editable &&
|
||||
entry->selection_bound == entry->current_pos)
|
||||
{
|
||||
g_object_get (settings, "gtk-cursor-blink", &blink, NULL);
|
||||
|
||||
Reference in New Issue
Block a user