editor2: tweak refresh behaviour when auto_update_transitions is off

This commit is contained in:
Tomasz Śniatowski 2008-08-20 22:12:26 +01:00
parent d747213a94
commit 9323a46652

View File

@ -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);
}