mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
Removing unnecessary base call.
This commit is contained in:
@@ -877,14 +877,12 @@ namespace Terminal.Gui {
|
||||
public override void OnAddedView (View view)
|
||||
{
|
||||
AddedView?.Invoke (view);
|
||||
base.OnAddedView (view);
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override void OnRemovingView (View view)
|
||||
{
|
||||
RemovingView?.Invoke (view);
|
||||
base.OnRemovingView (view);
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
||||
Reference in New Issue
Block a user