canvas: missing method

This commit is contained in:
Paul Davis
2021-07-29 12:23:53 -06:00
parent 1a70cf5b8e
commit 9698de0212

View File

@@ -1327,3 +1327,9 @@ Item::bb_clean () const
_bounding_box_dirty = false;
}
void
Item::set_pack_options (PackOptions po)
{
/* must be called before adding/packing Item in a Container */
_pack_options = po;
}