Skip to content

Commit

Permalink
Merge pull request Dirkster99#246 from Dirkster99/revert-243-Issue163…
Browse files Browse the repository at this point in the history
…_IsSelectedVSIsActive

Revert "Issue 163: IsSelected vs IsActive behavior changed from 3.x to 4.1/4.2"
  • Loading branch information
Dirkster99 authored Feb 24, 2021
2 parents b76221b + e87d7b1 commit 0685557
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ internal LayoutDocumentPaneControl(LayoutDocumentPane model, bool isVirtualizing

#region Overrides

/*protected override void OnSelectionChanged(SelectionChangedEventArgs e)
{
base.OnSelectionChanged(e);
if (_model.SelectedContent != null)
_model.SelectedContent.IsActive = true;
}*/

/// <summary>
/// Invoked when an unhandled <see cref="System.Windows.UIElement.MouseLeftButtonDown"/> routed
/// event is raised on this element. Implement this method to add class handling
Expand Down

0 comments on commit 0685557

Please sign in to comment.