mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
Corrected event to watch
This commit is contained in:
parent
56903bce1f
commit
2990013907
@ -389,7 +389,7 @@ namespace DS4Windows
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (hoverTextDict.TryGetValue(control, out tempst))
|
if (hoverTextDict.TryGetValue(control, out tempst))
|
||||||
control.MouseEnter += Items_MouseHover;
|
control.MouseHover += Items_MouseHover;
|
||||||
else
|
else
|
||||||
control.MouseHover += ClearLastMessage;
|
control.MouseHover += ClearLastMessage;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user