mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 17:35:38 +00:00
editor2: tweak refresh behaviour when auto_update_transitions is off
This commit is contained in:
parent
d747213a94
commit
9323a46652
@ -792,10 +792,10 @@ void editor_controller::perform_refresh_delete(editor_action* action, bool drag_
|
||||
}
|
||||
}
|
||||
|
||||
void editor_controller::perform_refresh(const editor_action& action, bool /* drag_part =false */)
|
||||
void editor_controller::perform_refresh(const editor_action& action, bool drag_part /* =false */)
|
||||
{
|
||||
get_map_context().perform_action(action);
|
||||
refresh_after_action();
|
||||
refresh_after_action(drag_part);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user