Skip to content

Commit

Permalink
Update label_text_selection.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Sep 17, 2024
1 parent 5acbfb4 commit ac1dddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/egui/src/text_selection/label_text_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,9 @@ impl LabelSelectionState {

if let Some(cursor_range) = cursor_range {
paint_text_selection(
ui,
galley_pos,
galley,
ui.visuals(),
&cursor_range,
Some(&mut new_vertex_indices),
);
Expand Down

0 comments on commit ac1dddc

Please sign in to comment.