Rename to mouse-leave for consistency with drag-leave
This commit is contained in:
parent
8dbb8ccbab
commit
2406d6c279
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ void Tray::OnMouseEntered() {
|
|||
}
|
||||
|
||||
void Tray::OnMouseExited() {
|
||||
Emit("mouse-exited");
|
||||
Emit("mouse-leave");
|
||||
}
|
||||
|
||||
void Tray::OnDragEntered() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue