Changes between Version 1 and Version 2 of Ticket #13781
- Timestamp:
- Nov 18, 2017, 8:35:24 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13781 – Description
v1 v2 1 After the introduction of the new feature ui elements like BStringView in some cases have problems with the High/Low Color selected by the user, before I did not see this problem. I think this happen because the B_TRANSPARENT_COLOR is used to set a default color (for an example see [https://github.com/HaikuArchives/Weather/issues/18]). A similar problem is present in the BButton, now it has a border that the developer is unable to set properly. An example is present in the same Weather app issue.1 After the introduction of the new feature Set*UIcolor some ui elements like BStringView have problems with the High/Low Color selected by the user in replicants, before I did not see this problem. I think this happen because the B_TRANSPARENT_COLOR is used to set a default color (for an example see [https://github.com/HaikuArchives/Weather/issues/18]). A similar problem is present in the BButton, now it has a border that the developer is unable to set properly. An example is present in the same Weather app issue. 2 2 3 3 [[Image(fontshot.png, 600px)]]