Comment 4 for bug 134475

Revision history for this message
khul (klas-hultqvist) wrote : Re: xournal move looses insert point 7.10 gutsy

Xournal calls

gdk_event_get_coords(event, &x, &y);

to find the position in the file where you write. This function returns a y which rises linearly with the position within the first sixteen pages, but then stays almost constant over many pages. Looks like a GTK bug.