Changes between Initial Version and Version 1 of Ticket #7955, comment 2


Ignore:
Timestamp:
Aug 7, 2012, 7:28:24 PM (12 years ago)
Author:
x-ist

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7955, comment 2

    initial v1  
    11In 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 #7995.
     2In 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.
    33
    44This 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.