Fixes the height from hiding the first character.

This commit is contained in:
BDisp
2021-07-15 19:27:13 +01:00
parent f32a76b4a9
commit 623b6bf24b

View File

@@ -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)