]> Pileus Git - ~andy/gtk/commit
Fix middle button pasting in the TextView (#81880, reported by Evert
authorMatthias Clasen <maclas@gmx.de>
Sat, 13 Mar 2004 01:54:04 +0000 (01:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 13 Mar 2004 01:54:04 +0000 (01:54 +0000)
commitfff3885193b8240f4d54324d577276b00b5ca659
tree2372f97cfd68e09ce96329e15bc83bde659e4348
parent3186b9e76b393dc0a83ab6beb7271ddd0870045d
Fix middle button pasting in the TextView (#81880, reported by Evert

Sat Mar 13 02:55:51 2004  Matthias Clasen  <maclas@gmx.de>

Fix middle button pasting in the TextView  (#81880, reported
by Evert Verhellen, patch by Paolo Borelli):

* gtk/gtktextview.c (gtk_text_view_button_press_event): Retrieve
the insert mark and move the cursor to it making sure of also
scroll the window if needed.

* gtk/gtktextbuffer.c (pre_paste_prep): Move the insert mark
to the insertion point.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextbuffer.c
gtk/gtktextview.c