mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 08:17:53 +01:00
This commit is contained in:
@@ -1433,6 +1433,13 @@ namespace Terminal.Gui {
|
||||
DrawLine?.Invoke (this, e);
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
protected override void Dispose (bool disposing)
|
||||
{
|
||||
base.Dispose (disposing);
|
||||
|
||||
ColorGetter = null;
|
||||
}
|
||||
}
|
||||
class TreeSelection<T> where T : class {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user