View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001924 | Spring engine | Lua | public | 2010-05-12 22:23 | 2010-06-19 23:17 |
| Reporter | SirMaverick | Assigned To | Kloot | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 0.80.0.0+git | ||||
| Summary | 0001924: gui elements disappear with DrawInMiniMap() | ||||
| Description | CA, all widgets are disabled. Reduced MinimapEvents widget see below. If I enable it spring's console, resbar and tooltip disappear. Does not happen in BA. | ||||
| Additional Information | function widget:GetInfo() return { name = "MinimapEvents", desc = "Display ally events and battle damages in the minimap", author = "trepan", date = "Jul 16, 2007", license = "GNU GPL, v2 or later", layer = 0, enabled = true -- loaded by default? } end function widget:DrawInMiniMap(xSize, ySize) end | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Checked infolog.txt for Errors | |||||
|
|
minimap, info, fps and clock do not disappear. |
|
|
Happens also with CustomFormations2 (the one provided in CA). DrawInMiniMap in this widget is only active when you draw the line (UpdateWidgetCallIn...). So it only happens when callin is active? Now resbar doesn't disappear. And some of the buttons from menu lose there background (randomly, number differs). This loss can be permanent. |
|
|
First broken commit: http://github.com/spring/spring/commit/6022e40d2d68c69b4063a74635c401473fa29010 |
|
|
can't reproduce |
|
|
I can, with default setup for spring, lups and CA. |
|
|
Was fixed again with a workaround (http://github.com/spring/spring/commit/35b8e7930ccf4151c085db45371e42ccfe35c333). |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-05-12 22:23 | SirMaverick | New Issue | |
| 2010-05-12 22:23 | SirMaverick | File Added: infolog.txt | |
| 2010-05-12 22:28 | SirMaverick | Note Added: 0004909 | |
| 2010-05-12 22:35 | SirMaverick | Note Added: 0004910 | |
| 2010-05-12 22:36 | SirMaverick | File Added: draw.jpg | |
| 2010-05-12 22:38 | SirMaverick | Note Edited: 0004910 | |
| 2010-05-13 12:43 | SirMaverick | Note Added: 0004912 | |
| 2010-05-13 17:09 | jK | Note Added: 0004914 | |
| 2010-05-13 17:42 | SirMaverick | Note Added: 0004915 | |
| 2010-06-19 23:17 | Kloot | Note Added: 0004994 | |
| 2010-06-19 23:17 | Kloot | Status | new => resolved |
| 2010-06-19 23:17 | Kloot | Fixed in Version | => 0.80.0.0+git |
| 2010-06-19 23:17 | Kloot | Resolution | open => fixed |
| 2010-06-19 23:17 | Kloot | Assigned To | => Kloot |