WIP: Icons not yet rendering
This commit is contained in:
parent
6cb9cf70b7
commit
85aedf9bed
8 changed files with 126 additions and 29 deletions
|
@ -1291,9 +1291,6 @@ impl<'a> WindowContext<'a> {
|
|||
pub fn push_text_style(&mut self, refinement: &TextStyleRefinement) -> Result<()> {
|
||||
let mut style = self.text_style();
|
||||
style.refine(refinement, self.font_cache())?;
|
||||
|
||||
dbg!(&style);
|
||||
|
||||
self.window.text_style_stack.push(style);
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue