1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Rename Output::text_cursor to text_cursor_pos

This commit is contained in:
Emil Ernerfeldt
2021-05-20 21:58:44 +02:00
parent 8cce09687f
commit 6a576f4c34
7 changed files with 21 additions and 20 deletions

View File

@@ -381,7 +381,7 @@ pub fn handle_output(
}
}
if let Some(egui::Pos2 { x, y }) = output.text_cursor {
if let Some(egui::Pos2 { x, y }) = output.text_cursor_pos {
display
.gl_window()
.window()