Skip to content
  • Barak Itkin's avatar
    Fix bug in tilemanager unreffing and support committing the result · a416acfe
    Barak Itkin authored and Michael Natterer's avatar Michael Natterer committed
    Unreffing the tilemanager of a GimpBuffer is wrong, since the function
    to get the tilemanager of a buffer doesn't ref it.
    Also, the operation of the tool can now be saved ("committed") using
    the Enter key, and the tool can be halted using the Escape key. Note
    however that we should do these in a nicer way, that does not require
    restarting the tool to use it afterwards.
    Finally, this commit removes the debug printing.
    a416acfe