Skip to content
  • Tusooa Windy's avatar
    Fixed a bug on undoing removal of last assistant · 3723b4c0
    Tusooa Windy authored
    Undoing the removal of the last assistant will not make the
    removed assistant show up again. This is due to the removal
    of the last assistant in `KisPaintingAssistantsDecoration`
    will `setVisible(false)`, but the undo command has yet to
    revert this.
    
    This commit involves API changes in
    `KisPaintingAssistantsDecoration`.
    3723b4c0