GNOME Bugzilla – Bug 675835
Unable to open Preferences > Folders after refreshing the brushes
Last modified: 2013-09-11 01:44:10 UTC
Created attachment 213830 [details] Screenshot for Refresh Brushes Looks like the Folders section of the preferences cannot be expanded after refreshing the brushes menu. Here are the steps: 1. Open up Gimp. Go to Preferences. The Folders item can be expanded 2. Hit OK 3. Go to the menu on the right and hit "Refresh Brushes" (see attached screenshot) 4. Now go back to preferences - the Folders item can no longer be expanded. 5. If you restart GIMP, you can now expand Folders again. Not sure what's going on there. Maybe Refresh Brushes never clears something out?
Most disturbing, I get this too.
It's only the mouse interaction that breaks, the stuff can be expanded/collapsed using the keyboard shortcuts just fine.
This is a grab issue in GtkTreeView that has been fixed in GTK+ 3.x, but not in 2.x. Will do the same fix in 2.x. Reassigning.
Fixed in gtk-2-24 too now: commit b32a9eb691920f21ad3b9127c833aaba15727c4b Author: Michael Natterer <mitch@gimp.org> Date: Thu May 31 11:02:09 2012 +0200 GtkTreeView: make tree expanding/collapsing more robust gtk_grab_remove() *after* we did the expanding/collapsing, otherwise grab_notify() might kick in and mess with our state. Fixes bug #675835. gtk/gtktreeview.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
*** Bug 676492 has been marked as a duplicate of this bug. ***
*** Bug 581050 has been marked as a duplicate of this bug. ***