Author: shadowmaster
Date: Sat Nov  5 23:09:19 2011
New Revision: 51873

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51873&view=rev
Log:
Remove an unneded call to redraw the whole display after showing the 
Preferences dialog in-game

Modified:
    trunk/src/menu_events.cpp

Modified: trunk/src/menu_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/menu_events.cpp?rev=51873&r1=51872&r2=51873&view=diff
==============================================================================
--- trunk/src/menu_events.cpp (original)
+++ trunk/src/menu_events.cpp Sat Nov  5 23:09:19 2011
@@ -627,7 +627,6 @@
 void menu_handler::preferences()
 {
        preferences::show_preferences_dialog(*gui_, game_config_);
-       gui_->redraw_everything();
 }
 
 void menu_handler::show_chat_log()


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to