Skip to content

Commit

Permalink
UVC: Fixed newly dragged palette element not selected after right click
Browse files Browse the repository at this point in the history
  • Loading branch information
e01306821 authored and afdia committed Sep 5, 2020
1 parent 14adf45 commit 66a39d5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ public void onMouseDragEnd(GridElement gridElement, Point lastPoint) {
if (cursorWasMovedDuringDrag) {
handleFileUpdate();
}
if (gridElement != null) {
selector.select(gridElement);
}
}

@Override
Expand Down

0 comments on commit 66a39d5

Please sign in to comment.