Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
benrhughes committed Oct 27, 2014
2 parents 91421a8 + 8a62c3e commit 660d0a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Client/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ public void UpdateDisplayedTasks()

// Set the menu item to Bold to easily identify if there is a filter in force
_window.filterMenu.FontWeight = User.Default.FilterText.Length == 0 ? FontWeights.Normal : FontWeights.Bold;
_window.lbTasks.Focus();
}

/// <summary>
Expand Down

0 comments on commit 660d0a7

Please sign in to comment.