Procházet zdrojové kódy

Небольшие исправления

Fox před 4 měsíci
rodič
revize
2453b21127
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Pages/UserTests.xaml.cs

+ 1 - 1
Pages/UserTests.xaml.cs

@@ -67,7 +67,7 @@ namespace PsychoTest.Pages
             List<Tests> FilterList = DB.Tests.ToList();
             if(CategoryFilter.SelectedIndex!= 0)
             {
-                FilterList = FilterList.Where(x=>x.Id_category+1 == CategoryFilter.SelectedIndex).ToList();
+                FilterList = FilterList.Where(x=>x.Id_category == CategoryFilter.SelectedIndex+1).ToList();
             }
             if (!string.IsNullOrEmpty(SearchBar.Text))
             {