mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 14:36:22 +00:00
Fixup 26e8c14 further
This commit is contained in:
parent
733f40f40f
commit
aeee185391
@ -135,7 +135,7 @@ void toggle_button::set_retval(const int retval)
|
||||
}
|
||||
|
||||
retval_ = retval;
|
||||
set_wants_mouse_left_double_click(retval_ != retval::NONE);
|
||||
set_wants_mouse_left_double_click(retval_ != gui2::retval::NONE);
|
||||
}
|
||||
|
||||
void toggle_button::set_state(const state_t state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user