enable call to cell_emit_state()

This commit is contained in:
Brian 2008-01-20 14:58:29 -07:00
parent a1f4a5e802
commit 45b5d3b1fc

View file

@ -219,7 +219,7 @@ void cell_update_derived( struct cell_context *cell )
compute_cliprect(cell);
#endif
//cell_emit_state(cell);
cell_emit_state(cell);
cell->dirty = 0;
}