mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 19:20:13 +00:00
Add LO_SPACER to the list of elements to ignore in lo_DisplayElement.
This commit is contained in:
parent
305ace3de9
commit
5585c8333c
@ -828,6 +828,7 @@ lo_DisplayElement(MWContext *context, LO_Element *tptr,
|
||||
break;
|
||||
case LO_FLOAT:
|
||||
case LO_LAYER:
|
||||
case LO_SPACER:
|
||||
break;
|
||||
default:
|
||||
XP_TRACE(("lo_DisplayElement(%p) skip element type = %d\n", tptr, tptr->type));
|
||||
|
Loading…
Reference in New Issue
Block a user