Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ScreenToGif/Windows/Editor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ private void Item_PreviewMouseLeftButtonDown(object sender, MouseButtonEventArgs

if (item != null)// && !WasChangingSelection)
{
LastSelected = item.FrameNumber;
//LastSelected = item.FrameNumber; IF DO THIS ,lastSelected will equal FrameListView.SelectedIndex in all time
Keyboard.Focus(item);
}
}
Expand Down Expand Up @@ -6711,4 +6711,4 @@ internal async Task SendFeedback()

#endregion
}
}
}