Skip to content
  • Halla Rempt's avatar
    KoColorSetWidget: fix crash on exit after selecting a colorset · dceff103
    Halla Rempt authored
    We took a pointer to a colorset owned by the colorset resource manager,
    assigned it to the current colorset in the kocolorsetwidget and then
    delete it when the kocolorsetwidget is destructed, and then delete it
    again when the colorset's resource manager is cleared up.  Instead, copy
    the colorset.
    dceff103