mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:44:33 +08:00
fix ref repairer ui
This commit is contained in:
parent
a990d90c07
commit
6241688d64
@ -65,6 +65,8 @@ namespace DCFApixels.DragonECS.Unity.RefRepairer.Editors
|
|||||||
{
|
{
|
||||||
if (GUI.Button(rect, ""))
|
if (GUI.Button(rect, ""))
|
||||||
{
|
{
|
||||||
|
GUIUtility.hotControl = -1;
|
||||||
|
GUIUtility.keyboardControl = -1;
|
||||||
_selectedMissingsResolvingData = _cachedMissingsResolvingDatas[index];
|
_selectedMissingsResolvingData = _cachedMissingsResolvingDatas[index];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user