Author: esr
Date: Mon Jul 16 16:23:09 2007
New Revision: 18830
URL: http://svn.gna.org/viewcvs/wesnoth?rev=18830&view=rev
Log:
Restore hex location display in the editor.
Modified:
trunk/src/editor/editor_display.cpp
Modified: trunk/src/editor/editor_display.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor/editor_display.cpp?rev=18830&r1=18829&r2=18830&view=diff
==============================================================================
--- trunk/src/editor/editor_display.cpp (original)
+++ trunk/src/editor/editor_display.cpp Mon Jul 16 16:23:09 2007
@@ -120,6 +120,11 @@
str << ")";
}
refresh_report(reports::TERRAIN, reports::report(str.str()));
+
+
+ std::stringstream str2;
+ str2 << mouseoverHex_;
+ refresh_report(reports::POSITION, reports::report(str2.str()));
}
display::draw_wrap(update, force, changed);
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits