Przeglądaj źródła

Fixes the height from hiding the first character.

BDisp 4 lat temu
rodzic
commit
623b6bf24b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      UICatalog/Scenarios/AllViewsTester.cs

+ 2 - 1
UICatalog/Scenarios/AllViewsTester.cs

@@ -228,7 +228,8 @@ namespace UICatalog {
 
 			Top.Add (_leftPane, _settingsPane, _hostPane);
 
-			_curView = CreateClass (_viewClasses.First ().Value);
+			// This is not needed because ListView always run the SelectedItemChanged event at first time
+			//_curView = CreateClass (_viewClasses.First ().Value);
 		}
 
 		void DimPosChanged (View view)