Cut-n-paste bug.
This commit is contained in:
parent
f0bb3e7047
commit
9feba454b1
1 changed files with 1 additions and 1 deletions
|
|
@ -11038,7 +11038,7 @@ static int do_prompt_image(const char * const text, const char * const btn_yes,
|
||||||
img_y = img_y + img2->h + 4;
|
img_y = img_y + img2->h + 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (img1 != NULL)
|
if (img3 != NULL)
|
||||||
{
|
{
|
||||||
dest.x = img_x + (max_img_w - img3->w) / 2;
|
dest.x = img_x + (max_img_w - img3->w) / 2;
|
||||||
dest.y = img_y;
|
dest.y = img_y;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue