Reset tooltips when dismissing a DropDownButtonWidget.
This commit is contained in:
@@ -67,6 +67,8 @@ namespace OpenRA.Mods.Common.Widgets
|
|||||||
panelRoot.RemoveChild(fullscreenMask);
|
panelRoot.RemoveChild(fullscreenMask);
|
||||||
panelRoot.RemoveChild(panel);
|
panelRoot.RemoveChild(panel);
|
||||||
panel = fullscreenMask = null;
|
panel = fullscreenMask = null;
|
||||||
|
|
||||||
|
Ui.ResetTooltips();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AttachPanel(Widget p) { AttachPanel(p, null); }
|
public void AttachPanel(Widget p) { AttachPanel(p, null); }
|
||||||
|
|||||||
Reference in New Issue
Block a user