Show all room participants in titlebar
...and allow following them into external projects.
This commit is contained in:
parent
25ff5959fb
commit
9d990ae329
7 changed files with 121 additions and 67 deletions
|
@ -747,6 +747,7 @@ impl Renderer {
|
|||
border_left: border_width * (image.border.left as usize as f32),
|
||||
border_color: image.border.color.to_uchar4(),
|
||||
corner_radius,
|
||||
grayscale: image.grayscale as u8,
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -769,6 +770,7 @@ impl Renderer {
|
|||
border_left: 0.,
|
||||
border_color: Default::default(),
|
||||
corner_radius: 0.,
|
||||
grayscale: false as u8,
|
||||
});
|
||||
} else {
|
||||
log::warn!("could not render glyph with id {}", image_glyph.id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue