Opened 18 years ago

Closed 17 years ago

#195 closed defect (fixed)

Disable motif and closing motif editor causes loss of motifs.

Reported by: king Owned by: diane
Priority: critical Milestone: release_1.1
Component: Qt Gui Version: 1.0
Keywords: Cc:

Description

If you disable a motif and then close the motif editor and then reopen it, the motifs that have been disabled are lost. This is probably not the behavior users would expect.

Change History (5)

comment:1 by diane, 18 years ago

Fixing this hard. Motifs are sequences and sequences don't know that they've been disabled, so the way this is implemented is that the when the apply button is clicked all the enabled motifs are copied over to the mussa object, leaving the disabled ones behind.

So when saved, the mussa object doesn't know about the hidden motifs.

comment:2 by diane, 18 years ago

Milestone: release_1.0Standing on our heads

One hackish solution is "hidden" sets the alpha channel to 0.

comment:3 by diane, 18 years ago

Milestone: Standing on our headsrelease_1.1

comment:4 by diane, 17 years ago

Priority: majorcritical

comment:5 by diane, 17 years ago

Resolution: fixed
Status: newclosed

Hopefully fixed in [516]. Though there might be some issue with the dirty flag not getting reset correctly.

Note: See TracTickets for help on using tickets.