actually remove the rootWidget from Chrome

This commit is contained in:
alzeih
2010-07-21 16:18:45 +12:00
parent 647252b0cb
commit d0b4761e07
2 changed files with 9 additions and 13 deletions

View File

@@ -47,9 +47,7 @@ namespace OpenRA.Widgets
public Widget() { IsVisible = () => Visible; }
public static Widget RootWidget {
get { return Chrome.rootWidget; }
}
public static Widget RootWidget = null;
public Widget(Widget widget)
{