cursor finally working properly and removed from render_text
This commit is contained in:
@@ -7,7 +7,7 @@ pub struct Stack {
|
||||
impl Widget for Stack {
|
||||
fn draw(&mut self, painter: &mut Painter) {
|
||||
for child in &self.children {
|
||||
painter.draw(child);
|
||||
painter.widget(child);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user