Hi, On Mon, Mar 27, 2000 at 09:34:35PM +0200, Simon Budig wrote: > I see, that Gimp can be crashed very easily when trying to use multiple > tools at the same image/layer. Michael adressed this: from the changelog: > [ snip ] > > Well - unfortunately this disables "user multitasking" with working > on multiple images. Admittedly I dont do this too often, but sometimes > it is nice to paint something while waiting for a big image to > rotate. (just tested - multiple plugins do work! :-) > > Is there any chance to do this on an "per image" base without > hazzeling too much? Or - if this is too hard to implement - do you think > that this limitation is better than crashes which could be avoided > if the user knows that parallel operations on an image will fail > and result in data loss? It's not only parallel operations on an image. Gimp doesn't like you to change the tool while it is active. So you can't rotate an image (using the transform tools; using the rotate plugin should work) and change to the paint-tool to paint even if you do this on another image. Tools are global, so we have to disable tool-changes globally. Salut. Sven