Fix mouseover filtering in cloned widgets.
This commit is contained in:
@@ -162,6 +162,7 @@ namespace OpenRA.Widgets
|
|||||||
|
|
||||||
IsVisible = widget.IsVisible;
|
IsVisible = widget.IsVisible;
|
||||||
IgnoreChildMouseOver = widget.IgnoreChildMouseOver;
|
IgnoreChildMouseOver = widget.IgnoreChildMouseOver;
|
||||||
|
IgnoreMouseOver = widget.IgnoreMouseOver;
|
||||||
|
|
||||||
foreach (var child in widget.Children)
|
foreach (var child in widget.Children)
|
||||||
AddChild(child.Clone());
|
AddChild(child.Clone());
|
||||||
|
|||||||
Reference in New Issue
Block a user