Canvas; items added to a box become layout sensitive
This commit is contained in:
parent
370b045715
commit
ba782dd097
@ -414,6 +414,7 @@ Box::add (Item* i)
|
|||||||
}
|
}
|
||||||
|
|
||||||
Item::add (i);
|
Item::add (i);
|
||||||
|
i->set_layout_sensitive (true);
|
||||||
queue_resize ();
|
queue_resize ();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -425,6 +426,7 @@ Box::add_front (Item* i)
|
|||||||
}
|
}
|
||||||
|
|
||||||
Item::add_front (i);
|
Item::add_front (i);
|
||||||
|
i->set_layout_sensitive (true);
|
||||||
queue_resize ();
|
queue_resize ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user