Window tabs in map editor cause exception
Bug #1097420 reported by
_aD
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
High
|
Gabriel Margiani |
Bug Description
When using the map editor and hovering the mouse over window tabs in the bobs / immovables windows, the game exits and stderrs this:
Caught exception (of type 'St11logic_error') in outermost handler!
The exception said: basic_string:
This should not happen. Please file a bug report on version bzr6483[
and remember to specify your operating system.
Tabs work fine in the editor with build 17.
Related branches
lp://staging/~gamag/widelands/bug1097420
- Mark Scott: Approve
-
Diff: 19 lines (+2/-7)1 file modifiedsrc/ui_basic/tabpanel.cc (+2/-7)
Changed in widelands: | |
status: | New → Confirmed |
Changed in widelands: | |
importance: | Undecided → High |
Changed in widelands: | |
milestone: | none → build18-rc1 |
Changed in widelands: | |
assignee: | nobody → Gabriel Margiani (gamag) |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
Thanks for fixing this gabriel! I recently took a swing at reducing the number of const char* pointers in the UI code and made the changes to tooltips - I tried fixing all the issues that arose, but stuff like this is notouriously hard to grep for. Please watch out for similar issues.