mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Code cleanup
This commit is contained in:
@@ -3,8 +3,8 @@ namespace Terminal.Gui;
|
||||
|
||||
public partial class View
|
||||
{
|
||||
private Lazy<ScrollBar> _horizontalScrollBar;
|
||||
private Lazy<ScrollBar> _verticalScrollBar;
|
||||
private Lazy<ScrollBar> _horizontalScrollBar = null!;
|
||||
private Lazy<ScrollBar> _verticalScrollBar = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes the ScrollBars of the View. Called by the View constructor.
|
||||
|
||||
@@ -150,6 +150,7 @@ public partial class View : IDisposable, ISupportInitializeNotification
|
||||
//SetupMouse ();
|
||||
|
||||
SetupText ();
|
||||
|
||||
SetupScrollBars ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user