cursor finally working properly and removed from render_text
This commit is contained in:
1 parent
9d659b6afd
commit
2700c31c13
15 files changed
+110
-118
No files matched your search
+1
-1
@@ -39,7 +39,7 @@ impl Widget for Span {
|
||||
if self.dir.sign == Sign::Neg {
|
||||
child_region.flip();
|
||||
}
|
||||
painter.draw_within(child, child_region);
|
||||
painter.widget_within(child, child_region);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user