MillersvilleCS / pumlbuilder

Penultimate UML Builder
MIT License
0 stars 1 forks source link

Context menu corresponds to previously selected object #88

Closed mfansler closed 9 years ago

mfansler commented 9 years ago

Recreate Steps

  1. Add at least two symbols to the document.
  2. Select one of the symbols.
  3. Right-click on the other symbol.

    Result

  4. Context menu for the previously selected object appears at the click location.
  5. If the previously selected object was a class, adding or deleting an attribute or operation will result in adding/deleting to the previously selected class.

    Expected Result

  6. Context menu should correspond to the location where the click occurs.
mfansler commented 9 years ago

A simple call order issue.