You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Translators: a message when increasing or decreasing font size in Microsoft Word
1361
1361
ui.message(_("{size:g} point font").format(size=val))
1362
1362
1363
+
defscript_toggleChangeTracking(self,gesture):
1364
+
ifnotself.WinwordDocumentObject:
1365
+
# We cannot fetch the Word object model, so we therefore cannot report the status change.
1366
+
# The object model may be unavailable because this is a pure UIA implementation such as Windows 10 Mail, or its within Windows Defender Application Guard.
1367
+
# In this case, just let the gesture through and don't erport anything.
0 commit comments