Hi,

Carol Spears <[EMAIL PROTECTED]> writes:

>> This is not new behaviour.
>> 
> fairly new.  there is no way that i did not make that mistake ever with
> gimp-1.2.

This is from the gimp-1-2 source code (app/floating_sel.c):

  /*  Check if the floating layer belongs to a channel...  */
  if (GIMP_IS_CHANNEL (layer->fs.drawable))
    {
      g_message (_("Cannot create a new layer from the floating\n"
                 "selection because it belongs to a\n"
                 "layer mask or channel."));
      return;
    }


Sven
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to