[Bug]: Border Rounding Issue #569
Labels
answered
This question has been adequately answered.
bug
Something isn't working
regression
Something was working in a previous release, but isn't working now.
The latest stable release (6.2201.4) introduced a bug into how the library handles border rounding. This is only apparent if you create a rounded border but not draw the border edge.
Perform the steps below. In previous versions, this would show the control with rounded corners but not draw the border edge. In the latest version, this stops drawing the rounding all together. I've found this to be true for KButtons, KCheckButtons, KGroupBoxes, so I assume it applies to the rounding code for all controls.
This affects almost all of the controls in our application. We rarely want to show a border on our controls, so rather than adjusting the palette to make sure the border colors match the back colors everywhere , we just don't draw them.
The text was updated successfully, but these errors were encountered: