Opened 8 years ago
Closed 6 years ago
#1246 closed defect/bug (fixed)
Error handling background_color in "text" item
Reported by: | mineque | Owned by: | http://wiki.navit-project.org/index.php/user:robertp |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | gui/internal | Version: | git master |
Severity: | normal | Keywords: | |
Cc: |
Description
Text item with empty label tag ignore background_color settings and draw full white rectangle:
<osd enabled="yes" type="text" x="-70" y="355" w="70" h="65" background_color="#ddddddca" label=""/>
Adding some text or single space solves problem:
<osd enabled="yes" type="text" x="-70" y="355" w="70" h="65" background_color="#ddddddca" label=" "/>
Win32 build 5827
Change History (2)
comment:1 Changed 6 years ago by http://wiki.navit-project.org/index.php/user:robertp
- Owner changed from cp15 to http://wiki.navit-project.org/index.php/user:robertp
- Status changed from new to assigned
comment:2 Changed 6 years ago by http://wiki.navit-project.org/index.php/user:robertp
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed and merged: https://github.com/navit-gps/navit/pull/234