[orca] Be sure we respect the specified button in the clickCurrent fallback
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Be sure we respect the specified button in the clickCurrent fallback
- Date: Fri, 28 Jun 2019 16:20:21 +0000 (UTC)
commit 7c8d3ae3d18dbe77520cfab1c8fe7d8cfb781291
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Fri Jun 28 12:19:16 2019 -0400
Be sure we respect the specified button in the clickCurrent fallback
src/orca/flat_review.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/orca/flat_review.py b/src/orca/flat_review.py
index d59fca6a2..b795aaaab 100644
--- a/src/orca/flat_review.py
+++ b/src/orca/flat_review.py
@@ -946,7 +946,7 @@ class Context:
if x >= 0 and y >= 0 and eventsynthesizer.clickPoint(x, y, button):
return True
- if eventsynthesizer.clickObject(self.getCurrentAccessible()):
+ if eventsynthesizer.clickObject(self.getCurrentAccessible(), button):
return True
return False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]