Comment 9 for bug 1517213

Revision history for this message
Maciej Suminski (orsonmmz) wrote :

You are right, but currently Delete key removes a single segment in GAL. Quite likely the users have already got used to it, so the change should be that painful, or perhaps even I would surprise people if I changed the way it works now.
What we gain here is consistency. Minor bonus is no ugly "if(item->Type() == TRACK) { selectTrack(); }", which keeps code responsible for item removal generic.