Focus in bg

This commit is contained in:
Jonathan Johnson 2023-11-29 14:52:17 -08:00
parent d23226ffe6
commit b1ec2c5e49
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -1014,7 +1014,7 @@ where
let cache = self.layout_text(Some(size.width.into_signed()), context);
if context.focused() {
if context.focused() && context.window().focused().get_tracking_refresh(context) {
context.draw_focus_ring();
context.set_ime_allowed(true);
context.set_ime_purpose(if cache.masked {