border-image: fix a horizontal/vertical index typo
This commit is contained in:
parent
2daba94825
commit
c935439a72
@ -425,7 +425,7 @@ _gtk_border_image_render (GtkBorderImage *image,
|
|||||||
for (h = 0; h < 3; h++)
|
for (h = 0; h < 3; h++)
|
||||||
{
|
{
|
||||||
if (horizontal_slice[h].size == 0 ||
|
if (horizontal_slice[h].size == 0 ||
|
||||||
horizontal_border[v].size == 0)
|
horizontal_border[h].size == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (h == 1 && v == 1)
|
if (h == 1 && v == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user