Skip to content

Commit b860e0f

Browse files
authored
Merge pull request #211 from miroiu/fix/selection-events
Raise ItemContainer Selected/Unselected events
2 parents 9ad134c + 1189ee7 commit b860e0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
> - Breaking Changes:
66
> - Features:
77
> - Bugfixes:
8+
> - Fixed an issue where the SelectedEvent and UnselectedEvent events on the ItemContainer were not raised when the selection was completed
89
910
#### **Version 7.0.2**
1011

11-
> - Breaking Changes:
1212
> - Features:
1313
> - Added EditorGestures.Editor.SelectAll
1414
> - Bugfixes:

Nodify/Editor/NodifyEditor.Selecting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ public void EndSelecting()
403403
}
404404

405405
SelectedArea = _selection.End();
406-
ApplyPreviewingSelection();
407406
IsSelecting = false;
407+
ApplyPreviewingSelection();
408408
}
409409

410410
/// <summary>

0 commit comments

Comments
 (0)