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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user