Remove redundant transform

This commit is contained in:
Joehu 2019-12-08 09:12:32 -08:00
parent 463b6c0030
commit e394b28799
1 changed files with 1 additions and 3 deletions

View File

@ -178,11 +178,9 @@ protected override bool OnMouseUp(MouseUpEvent e)
protected override bool OnClick(ClickEvent e)
{
scaleContainer.ScaleTo(1, 500, Easing.OutElastic);
SelectNext(1);
return base.OnClick(e);
return true;
}
/// <summary>