mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 18:26:03 +00:00
parent
207ae7c28b
commit
160dcb2d37
@ -954,7 +954,7 @@ void tevent_handler::button_up(twidget* mouse_over, tmouse_button& button)
|
||||
|
||||
button.is_down = false;
|
||||
if(button.focus) {
|
||||
get_window().fire(button.button_up_, *mouse_over);
|
||||
get_window().fire(button.button_up_, *button.focus);
|
||||
}
|
||||
|
||||
if(mouse_captured_) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user