Added tooltip to Lobby Map title #12930 #12595

This commit is contained in:
rob-v
2017-04-02 15:03:32 +02:00
parent 832ae3149d
commit ffb639bd7c
4 changed files with 11 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ namespace OpenRA.Mods.Common.Widgets
public Func<string> GetTooltipText = () => "";
[ObjectCreator.UseCtor]
public LabelWithTooltipWidget(World world)
public LabelWithTooltipWidget()
: base()
{
tooltipContainer = Exts.Lazy(() =>