Merge branch 'blender-v3.0-release'

This commit is contained in:
Hans Goudey 2021-10-28 14:25:14 -05:00
commit 731926e70e
1 changed files with 1 additions and 1 deletions

View File

@ -3686,7 +3686,7 @@ static void widget_datasetrow(
static void widget_nodesocket(
uiBut *but, uiWidgetColors *wcol, rcti *rect, int UNUSED(state), int UNUSED(roundboxalign))
{
const int radi = 5;
const int radi = 0.25f * BLI_rcti_size_y(rect);
uiWidgetBase wtb;
widget_init(&wtb);