mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixes the height from hiding the first character.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user