mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
better names and API docs
This commit is contained in:
@@ -187,8 +187,8 @@ public class ResponderTests
|
||||
|
||||
Assert.True (
|
||||
Responder.IsOverridden (
|
||||
new ScrollBarView { Text = "ScrollBarView overrides OnDrawContent" },
|
||||
"OnDrawContent"
|
||||
new ScrollBarView { Text = "ScrollBarView overrides OnDrawingContent" },
|
||||
"OnDrawingContent"
|
||||
)
|
||||
);
|
||||
#if DEBUG_IDISPOSABLE
|
||||
|
||||
Reference in New Issue
Block a user