Procházet zdrojové kódy

Fixes the height from hiding the first character.

BDisp před 4 roky
rodič
revize
623b6bf24b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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)