reinstall1
Parameters
- self:*Reorderable
- *Reorderable
Source
Implementation
pub fn reinstall1(self: *Reorderable) void {
// send our target rect to the parent for sizing
self.data().minSizeMax(self.data().rect.size());
self.data().minSizeReportToParent();
}