mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Cleaned up MouseClick related stuff.
This commit is contained in:
@@ -191,13 +191,6 @@ public class ResponderTests
|
||||
"OnDrawContent"
|
||||
)
|
||||
);
|
||||
|
||||
Assert.True (
|
||||
Responder.IsOverridden (
|
||||
new Button { Text = "Button overrides OnMouseEvent" },
|
||||
"OnMouseEvent"
|
||||
)
|
||||
);
|
||||
#if DEBUG_IDISPOSABLE
|
||||
|
||||
// HACK: Force clean up of Responders to avoid having to Dispose all the Views created above.
|
||||
|
||||
Reference in New Issue
Block a user