mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused function
This commit is contained in:
parent
e9102f3193
commit
984f2a137f
1 changed files with 0 additions and 11 deletions
|
|
@ -259,17 +259,6 @@ namespace Flow.Launcher
|
|||
_viewModel.ProgressBarVisibility = Visibility.Hidden;
|
||||
isProgressBarStoryboardPaused = true;
|
||||
}
|
||||
|
||||
private void TextBox_SelectionChanged(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
// QueryTextSuggestionBox.ScrollToCaret();
|
||||
QueryTextSuggestionBox.CaretIndex = QueryTextBox.CaretIndex;
|
||||
QueryTextSuggestionBox.ScrollToHorizontalOffset(QueryTextBox.HorizontalOffset);
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void WindowAnimator()
|
||||
{
|
||||
if (_animating)
|
||||
|
|
|
|||
Loading…
Reference in a new issue