mirror of
https://github.com/rustdesk/qemu-display.git
synced 2026-02-16 02:20:54 +00:00
gtk: remove broken grabs
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
@@ -201,7 +201,6 @@ impl QemuConsole {
|
||||
}),
|
||||
);
|
||||
priv_.console.set(console).unwrap();
|
||||
priv_.area.grab_focus();
|
||||
}
|
||||
|
||||
fn qemu_console(&self) -> &Console {
|
||||
@@ -216,9 +215,6 @@ impl QemuConsole {
|
||||
let c = self.qemu_console();
|
||||
let _ = c.mouse.set_abs_position(x, y);
|
||||
}
|
||||
|
||||
// FIXME: focus on click doesn't work
|
||||
priv_.area.grab_focus();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user