Small fixes
This commit is contained in:
@@ -45,6 +45,7 @@ fn shape_dirty(ctx: &context::Context, ui_model: &mut ui_model::UiModel) {
|
||||
|
||||
for i in 0..line.line.len() {
|
||||
if line[i].dirty {
|
||||
// FIXME: dont shape/render empty items(space cells)
|
||||
if let Some(mut item) = line.get_item_mut(i) {
|
||||
let mut glyphs = pango::GlyphString::new();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user