update hoveroption in optionsoverlay when closing a list
This commit is contained in:
parent
caefbdee9b
commit
44ad94bfc1
|
@ -380,6 +380,7 @@ public class OptionsOverlay {
|
||||||
}
|
}
|
||||||
isListOptionOpen = false;
|
isListOptionOpen = false;
|
||||||
listHoverIndex = -1;
|
listHoverIndex = -1;
|
||||||
|
updateHoverOption(x, y);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user