mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Closes #973. ScrollView and TextField fixes.
This commit is contained in:
@@ -27,7 +27,7 @@ type Box10x (x: int, y: int) =
|
||||
raise (NotImplementedException())
|
||||
|
||||
override this.Redraw (_: Rect) =
|
||||
Application.Driver.SetAttribute Application.Current.ColorScheme.Focus
|
||||
Application.Driver.SetAttribute this.ColorScheme.Focus
|
||||
do
|
||||
let mutable y = 0
|
||||
while y < h do
|
||||
@@ -47,7 +47,7 @@ type Filler (rect: Rect) =
|
||||
new Filler ()
|
||||
|
||||
override this.Redraw (_: Rect) =
|
||||
Application.Driver.SetAttribute Application.Current.ColorScheme.Focus
|
||||
Application.Driver.SetAttribute this.ColorScheme.Focus
|
||||
let mutable f = this.Frame
|
||||
do
|
||||
let mutable y = 0
|
||||
|
||||
Reference in New Issue
Block a user