Skip to content

Commit

Permalink
[Removed] test values
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarCC authored and Huevos committed Jan 22, 2024
1 parent c6f6cfe commit 30925e9
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 30925e9

Please sign in to comment.