use the rectangle gradient when the theme asks for elipse
This commit is contained in:
parent
19500061fb
commit
97b22bd27b
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ static void parse_appearance(char *tex, SurfaceColorType *grad,
|
||||||
else if (strstr(tex, "pipecross") != NULL)
|
else if (strstr(tex, "pipecross") != NULL)
|
||||||
*grad = Background_PipeCross;
|
*grad = Background_PipeCross;
|
||||||
else if (strstr(tex, "elliptic") != NULL)
|
else if (strstr(tex, "elliptic") != NULL)
|
||||||
*grad = Background_Elliptic;
|
*grad = Background_Rectangle;
|
||||||
else if (strstr(tex, "horizontal") != NULL)
|
else if (strstr(tex, "horizontal") != NULL)
|
||||||
*grad = Background_Horizontal;
|
*grad = Background_Horizontal;
|
||||||
else if (strstr(tex, "vertical") != NULL)
|
else if (strstr(tex, "vertical") != NULL)
|
||||||
|
|
Loading…
Reference in a new issue