diff --git a/crates/egui/src/style.rs b/crates/egui/src/style.rs index 328a99ce214..fa4fa3f1209 100644 --- a/crates/egui/src/style.rs +++ b/crates/egui/src/style.rs @@ -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, } }