Erase favicon area before redrawing

This commit is contained in:
Chris Young 2015-01-31 12:41:34 +00:00
parent 889ee3108c
commit 0dea8112d4

View File

@ -1691,6 +1691,10 @@ static void gui_window_set_icon(struct gui_window *g, hlcache_handle *icon)
warn_user("NoMemory", "");
return;
}
EraseRect(g->shared->win->RPort, bbox->Left, bbox->Top,
bbox->Left + 16, bbox->Top + 16);
#ifdef __amigaos4__
BltBitMapTags(BLITA_SrcX, 0,
BLITA_SrcY, 0,