autocommit 2022-03-30 03:00:46 CEST
This commit is contained in:
parent
9842264fad
commit
28c9b46400
40 changed files with 1212 additions and 175 deletions
|
|
@ -212,10 +212,7 @@ impl PangoCairoContext {
|
|||
if l.is_null() {
|
||||
return Err(PangoError::CreateLayout);
|
||||
}
|
||||
Ok(PangoLayout {
|
||||
c: self.clone(),
|
||||
l,
|
||||
})
|
||||
Ok(PangoLayout { c: self.clone(), l })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue