Skip to content

Commit

Permalink
Remove unnecessary call for CreateControl
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-myousif committed Apr 14, 2023
1 parent 66299c0 commit d02c3ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Eto.Wpf/Forms/Controls/DrawableHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,7 @@ protected override void Initialize()
Control.Loaded += Control_Loaded;
}

public void Create()
{
CreateControl();
}
public void Create() { }

public void Create(bool largeCanvas)
{
Expand Down

0 comments on commit d02c3ba

Please sign in to comment.