Explorar o código

Fixes the height from hiding the first character.

BDisp %!s(int64=4) %!d(string=hai) anos
pai
achega
623b6bf24b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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)