Clean up map previews. Fixes #5665.

This commit is contained in:
Paul Chote
2014-06-21 14:09:13 +12:00
parent 444380b3cf
commit 5760e665d3
10 changed files with 64 additions and 36 deletions

View File

@@ -107,8 +107,6 @@ namespace OpenRA.Mods.RA.Widgets.Logic
titleLabel.GetText = () => preview.Title;
var previewWidget = item.Get<MapPreviewWidget>("PREVIEW");
previewWidget.IgnoreMouseOver = true;
previewWidget.IgnoreMouseInput = true;
previewWidget.Preview = () => preview;
var detailsWidget = item.GetOrNull<LabelWidget>("DETAILS");