mirror of
https://github.com/danbulant/cushy
synced 2026-06-18 22:11:34 +00:00
Focus in bg
This commit is contained in:
parent
d23226ffe6
commit
b1ec2c5e49
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue