forked from AuroraMiddleware/gtk
Added call to gtk_text_layout_update_cursor_line() to solve in problem of
2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il> * gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added call to gtk_text_layout_update_cursor_line() to solve in problem of switching keyboard direction at widget creation: bug #136680
This commit is contained in:
parent
cce69876e7
commit
a1707142b8
@ -1,3 +1,10 @@
|
||||
2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
|
||||
|
||||
* gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
|
||||
call to gtk_text_layout_update_cursor_line() to solve in
|
||||
problem of switching keyboard direction at widget creation:
|
||||
bug #136680
|
||||
|
||||
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
|
||||
|
||||
* gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
|
||||
call to gtk_text_layout_update_cursor_line() to solve in
|
||||
problem of switching keyboard direction at widget creation:
|
||||
bug #136680
|
||||
|
||||
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
|
||||
|
||||
* gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
|
||||
call to gtk_text_layout_update_cursor_line() to solve in
|
||||
problem of switching keyboard direction at widget creation:
|
||||
bug #136680
|
||||
|
||||
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
|
||||
|
||||
* gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
|
||||
call to gtk_text_layout_update_cursor_line() to solve in
|
||||
problem of switching keyboard direction at widget creation:
|
||||
bug #136680
|
||||
|
||||
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
|
||||
|
||||
* gtk/gtktextlayer.c: (gtk_text_layout_set_buffer): Added
|
||||
call to gtk_text_layout_update_cursor_line() to solve in
|
||||
problem of switching keyboard direction at widget creation:
|
||||
bug #136680
|
||||
|
||||
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
|
||||
|
@ -344,6 +344,8 @@ gtk_text_layout_set_buffer (GtkTextLayout *layout,
|
||||
G_CALLBACK (gtk_text_layout_buffer_insert_text), layout);
|
||||
g_signal_connect_after (layout->buffer, "delete_range",
|
||||
G_CALLBACK (gtk_text_layout_buffer_delete_range), layout);
|
||||
|
||||
gtk_text_layout_update_cursor_line (layout);
|
||||
}
|
||||
}
|
||||
|
||||
@ -777,7 +779,7 @@ gtk_text_layout_invalidate_cursor_line (GtkTextLayout *layout)
|
||||
|
||||
if (priv->cursor_line == NULL)
|
||||
return;
|
||||
|
||||
|
||||
line_data = _gtk_text_line_get_data (priv->cursor_line, layout);
|
||||
if (line_data)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user