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


Ignore:
Timestamp:
Jul 19, 2016, 9:27:04 PM (8 years ago)
Author:
looncraz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12868, comment 2

    initial v1  
    11Beezer sets a grey low color manually on the string views which causes HasDefaultColors() to return false, which prevents AdoptParentColors() from being called.
    22
    3 I created a patch to move the problem to only affecting the text color, since it is more common for manual setting of string view colors to be to set the text color (or all the colors).  The end result is that the affected BStringViews will always use black text, but I think only Beezer does this.  If the code is available, it would be best to fix Beezer as well.
     3I created a patch to move the problem to only affecting the text color, since it is more common for manual setting of string view colors to set the text color (or all the colors).  The end result is that the affected BStringViews will always use black text, but I think only Beezer does this.  If the code is available, it would be best to fix Beezer as well.