I forgot to add it to the links of the scenario window. :P
Please what is this fixing?
I mean when this was changed:
Quote from: prissi on February 04, 2021, 12:41:05 PM
This was surprisingly easy, just needed six lines of code. In r9598 the cursor will be placed on the tile in all reposition events (using the eye) and the posbutton. This makes also connection factories etc. easier.
Forgot to add to the scenario window links, this patch does. :P
I see, in in 10045
Please also add to the preview box.
Modify: gui/components/gui_world_view_t.cc
#include "../../obj/zeiger.h"
if (welt->is_within_limits(pos.get_2d())) {
welt->get_viewport()->change_world_position(pos);
welt->get_zeiger()->change_pos(pos);
}