mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 00:56:31 +00:00
Fix a typo in my last commit.
This commit is contained in:
parent
67eb8f986e
commit
9447fc7288
@ -429,7 +429,7 @@ void tevent_handler::mouse_leave(
|
||||
remove_help_popup();
|
||||
|
||||
tcontrol* control = dynamic_cast<tcontrol*>(mouse_focus_);
|
||||
if(!control && control->get_active()) {
|
||||
if(control && control->get_active()) {
|
||||
mouse_focus_->mouse_leave(*this);
|
||||
}
|
||||
mouse_focus_ = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user