GNOME Bugzilla – Bug 157458
GtkTreeView eats second double click
Last modified: 2004-12-22 21:47:04 UTC
- User double clicks a row in a tree view - Activation handler changes tree view - User quickly double clicks the same place The second double click is not registered. What happens is that the first click of the second double click is actually considered a triple click. One way to fix this is to add a gdk_window_set_triple_clicks (window, boolean) and have the tree view call that on its window.
I got confused by Epiphanys crash recovery telling me I needed to select a component ... *** This bug has been marked as a duplicate of 157492 ***