Terrain tool no longer displays the selection on the triangles, but on the nodes
Bug #1711394 reported by
SirVer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
High
|
Unassigned |
Bug Description
This regressed recently when I simplified the FieldOverlayManager and did not realize that this functionality was indeed used.
http://
Related branches
lp://staging/~widelands-dev/widelands/reduce_overlay_manager_use2
- kaputtnik (community): Approve (testing)
- GunChleoc: Approve
-
Diff: 838 lines (+278/-186)14 files modifiedsrc/editor/editorinteractive.cc (+57/-2)
src/logic/map_objects/tribes/building.h (+4/-0)
src/logic/map_objects/tribes/workarea_info.h (+2/-5)
src/logic/maptriangleregion.cc (+0/-1)
src/logic/widelands_geometry.h (+3/-0)
src/scripting/lua_map.cc (+1/-1)
src/wui/buildingwindow.cc (+23/-23)
src/wui/buildingwindow.h (+13/-6)
src/wui/field_overlay_manager.h (+0/-1)
src/wui/fieldaction.cc (+11/-12)
src/wui/interactive_base.cc (+57/-77)
src/wui/interactive_base.h (+50/-41)
src/wui/interactive_player.cc (+32/-10)
src/wui/interactive_spectator.cc (+25/-7)
tags: | added: editor regression ui |
description: | updated |
Changed in widelands: | |
status: | Confirmed → In Progress |
Changed in widelands: | |
status: | In Progress → Fix Committed |
assignee: | SirVer (sirver) → nobody |
To post a comment you must log in.
Fixed in build20-rc1