Skip to content

Commit

Permalink
Update style.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Jun 9, 2024
1 parent 19e3296 commit 924628a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@ impl TextCursorStyle {
});
}

ui.checkbox(ime_allowed, "Whether the IME is allowed.");
ui.checkbox(ime_allowed, "Whether the IME is allowed");

ui.checkbox(ime_visible, "Whether the IME should be visible");
}
Expand Down

0 comments on commit 924628a

Please sign in to comment.