We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c4e6e1 + 21d4ffe commit 413585eCopy full SHA for 413585e
1 file changed
source/appModules/soffice.py
@@ -199,7 +199,7 @@ class SymphonyIATableCell(SymphonyTableCell):
199
200
def event_selectionAdd(self):
201
curFocus = api.getFocusObject()
202
- if self.table and self.table == curFocus.table:
+ if self.table and self.table == curFocus.table and self.table.IAccessibleTable2Object.nSelectedCells > 0:
203
curFocus.announceSelectionChange()
204
205
def event_selectionRemove(self):
0 commit comments