Enable AddFactionSuffixLogic for ProductionTabsWidget and BackgroundWidget

This commit is contained in:
Ivaylo Draganov
2019-03-27 02:54:36 +02:00
committed by reaperrr
parent 6f1aaab3e3
commit 4931fc2ca6
3 changed files with 20 additions and 15 deletions

View File

@@ -16,9 +16,9 @@ namespace OpenRA.Mods.Common.Widgets
{
public class BackgroundWidget : Widget
{
public readonly string Background = "dialog";
public readonly bool ClickThrough = false;
public readonly bool Draggable = false;
public string Background = "dialog";
public override void Draw()
{