Fix IDE0053
This commit is contained in:
committed by
Pavel Penev
parent
37afd6094e
commit
939f715e3c
@@ -94,10 +94,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
{
|
||||
otherButton.Visible = true;
|
||||
otherButton.Bounds.Y += headerHeight;
|
||||
otherButton.OnClick = () =>
|
||||
{
|
||||
onOther();
|
||||
};
|
||||
otherButton.OnClick = onOther;
|
||||
|
||||
if (!string.IsNullOrEmpty(otherText))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user