diff options
Diffstat (limited to 'devel/electron37/files/patch-ui_views_controls_prefix__selector.cc')
-rw-r--r-- | devel/electron37/files/patch-ui_views_controls_prefix__selector.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-ui_views_controls_prefix__selector.cc b/devel/electron37/files/patch-ui_views_controls_prefix__selector.cc new file mode 100644 index 000000000000..ab67728578ea --- /dev/null +++ b/devel/electron37/files/patch-ui_views_controls_prefix__selector.cc @@ -0,0 +1,11 @@ +--- ui/views/controls/prefix_selector.cc.orig 2025-01-27 17:37:37 UTC ++++ ui/views/controls/prefix_selector.cc +@@ -192,7 +192,7 @@ bool PrefixSelector::ShouldDoLearning() { + return false; + } + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + bool PrefixSelector::SetCompositionFromExistingText( + const gfx::Range& range, + const std::vector<ui::ImeTextSpan>& ui_ime_text_spans) { |