Skip to content

Commit

Permalink
[Removed] test values
Browse files Browse the repository at this point in the history
(cherry picked from commit 30925e9)
  • Loading branch information
DimitarCC authored and Ev0-BH committed Jan 22, 2024
1 parent 92c606d commit 2ed9412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gui/elistboxcontent.cpp
Expand Up @@ -1233,7 +1233,7 @@ void eListboxPythonMultiContent::paint(gPainter &painter, eWindowStyle &style, c
int bwidth = pborderWidth ? PyLong_AsLong(pborderWidth) : 0;

int cornerRadius = pCornerRadius ? PyLong_AsLong(pCornerRadius) : 0;
int cornerEdges = pCornerEdges ? PyLong_AsLong(pCornerEdges) : 15;
int cornerEdges = pCornerEdges ? PyLong_AsLong(pCornerEdges) : 0;
if (cornerRadius || cornerEdges)
bwidth = 0; // border not supported for rounded edges

Expand Down

0 comments on commit 2ed9412

Please sign in to comment.