Skip to content

Commit

Permalink
Fix typos in ShowModuleControl.xaml.cs (PowerShell#24248)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Sep 9, 2024
1 parent ecb2ea6 commit b428e1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public Window Owner
/// it will select the item under it, but if you keep the mouse button down and move the mouse
/// (if the list supported drag and drop, the mouse action would be the same as dragging) it
/// will select other list items.
/// If the first selection change causes details for the item to be displayed and resizes the list
/// the selection can skip to another list item it happend to be over as the list got resized.
/// If the first selection change causes details for the item to be displayed and resizes the list,
/// the selection can skip to another list item that happens to be over as the list got resized.
/// In summary, resizing the list on selection can cause a selection bug. If the user selects an
/// item in the end of the list the next item downwards can be selected.
/// The WPF drag-and-select feature is not a standard win32 list behavior, and we can do without it
Expand Down

0 comments on commit b428e1a

Please sign in to comment.