mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Remove stray push_layer
from EditorElement::paint
This commit is contained in:
parent
e5192a4853
commit
b0cbd13e7a
@ -867,8 +867,6 @@ impl EditorElement {
|
||||
}
|
||||
}
|
||||
|
||||
scene.push_layer(Some(bounds));
|
||||
|
||||
scene.paint_layer(Some(bounds), |scene| {
|
||||
for cursor in cursors {
|
||||
cursor.paint(scene, content_origin, cx);
|
||||
|
Loading…
Reference in New Issue
Block a user