Skip to content
  • Michael Natterer's avatar
    Bug 693978 - GIMP crashes after changing text preset · 931ea102
    Michael Natterer authored
    Applying a preset overwrites all the tool option's properties, also
    temporarily its name. This name change gets auto-synced with the
    option's text proxy object which also inherits from GimpObject and has
    a name. Make sure we don't queue that name change for being applied to
    the text layer's text object, because that code only handles
    properties of GimpText itself.
    931ea102