Author: ilor
Date: Wed Aug 20 23:12:26 2008
New Revision: 28810
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28810&view=rev
Log:
editor2: tweak refresh behaviour when auto_update_transitions is off
Modified:
trunk/src/editor2/editor_controller.cpp
Modified: trunk/src/editor2/editor_controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/editor_controller.cpp?rev=28810&r1=28809&r2=28810&view=diff
==============================================================================
--- trunk/src/editor2/editor_controller.cpp (original)
+++ trunk/src/editor2/editor_controller.cpp Wed Aug 20 23:12:26 2008
@@ -792,10 +792,10 @@
}
}
-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);
}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits