- Minor cleanup
This commit is contained in:
@@ -359,8 +359,9 @@ namespace FlaxEditor.Surface.ContextMenu
|
|||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public override void OnMouseEnter(Float2 location)
|
public override void OnMouseEnter(Float2 location)
|
||||||
{
|
{
|
||||||
base.OnMouseEnter(location);
|
|
||||||
Group.ContextMenu.SetDescriptionPanelArchetype(_archetype);
|
Group.ContextMenu.SetDescriptionPanelArchetype(_archetype);
|
||||||
|
|
||||||
|
base.OnMouseEnter(location);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
|||||||
Reference in New Issue
Block a user