• Craig Watson's avatar
    Don't select a new doc when trashing multiple docs · 8e1b5c4e
    Craig Watson authored
    During trashing of multiple documents, a new document was selected
    every time that one was moved to the trash -- even if it was about
    to be trashed itself. This is no longer the case; the
    selectADocumentOnMultipleTrashing() method was added to select the
    first unselected document found (but this is currently not used, as
    it seems OK to just select no document when we have just deleted a
    whole selection)
    8e1b5c4e
UBDocumentController.h 5.59 KB