canvas: missing method
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user