Changes between Initial Version and Version 1 of Ticket #7955, comment 2
- Timestamp:
- Aug 7, 2012, 7:28:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7955, comment 2
initial v1 1 1 In fact this appears to be a BTextView issue. 2 In rare cases such as described above BTextView happens to calculate the width of a tab close to zero (e.g. 0.000031). This patch adds a fallback to the default tab width in that case. Fixes #79 95.2 In rare cases such as described above BTextView happens to calculate the width of a tab close to zero (e.g. 0.000031). This patch adds a fallback to the default tab width in that case. Fixes #7955. 3 3 4 4 This bug is visible under really seldom conditions. I could reproduce it with that exact string and with the default font (DejaVu Sans Book) only. Other fonts used with that string did not reveal this behaviour.