Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-16333

fMask is always zero in bitmask as used in _DoDeleteDataObject

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Minor
    • None
    • None

    Description

      As the summary says, this bitmask is always zero regardless of shift key state.

      if ((fMask & CMIC_MASK_SHIFT_DOWN) == 0)

      ^^ Never works. The file always goes to the Recycle bin.

      GetAsyncKeyState(VK_SHIFT) does work however; the attached patch makes the shift-delete feature functional.

      Attachments

        Issue Links

          Activity

            People

              bug zilla Bug Zilla
              Quantic08 Quantic08
              Votes:
              3 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: