Skip to content

Commit

Permalink
Update style.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Sep 29, 2024
1 parent be4a0a0 commit 60052a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/egui/src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,6 @@ pub struct TextEditStyle {
impl Default for TextEditStyle {
fn default() -> Self {
Self {
#[cfg(target_os = "linux")]
ime_key_handling: false,
#[cfg(not(target_os = "linux"))]
ime_key_handling: true,
}
}
Expand Down

0 comments on commit 60052a2

Please sign in to comment.