mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-14 02:50:13 +01:00
Fix incorrect OSR IME suggestion background color (issue #2562)
This commit is contained in:
parent
a189c5b937
commit
778ee5c60c
@ -996,7 +996,7 @@ void CefRenderWidgetHostViewOSR::ImeSetComposition(
|
||||
ui::ImeTextSpan::Type::kComposition, line.range.from, line.range.to,
|
||||
line.thick ? ui::ImeTextSpan::Thickness::kThick
|
||||
: ui::ImeTextSpan::Thickness::kThin,
|
||||
line.color, line.background_color, std::vector<std::string>()));
|
||||
line.background_color, line.color, std::vector<std::string>()));
|
||||
}
|
||||
gfx::Range range(replacement_range.from, replacement_range.to);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user