On Wed, Jun 05, 2002 at 09:09:24AM -0700, Philip Brown wrote: > my commenting out the gdk_pointer_grab makes the airbrush, pencil, and > paintbrush work. > > But NOT the 'ink' drawing tool. Seems as those the airbrush, etc. share a common routine, paint_core_button_press(), whereas the ink tool has its own ink_button_press() same thing: I commented out the pointer grab in there, and matched up with ink_button_release(), and now the ink drawing tool works for me okay.