Skip to content

Commit 78cbe41

Browse files
authored
Merge f06f042 into 52bf1ed
2 parents 52bf1ed + f06f042 commit 78cbe41

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

source/controlTypes.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#controlTypes.py
2-
#A part of NonVisual Desktop Access (NVDA)
3-
#This file is covered by the GNU General Public License.
4-
#See the file COPYING for more details.
5-
#Copyright (C) 2007-2016 NV Access Limited, Babbage B.V.
1+
# A part of NonVisual Desktop Access (NVDA)
2+
# This file is covered by the GNU General Public License.
3+
# See the file COPYING for more details.
4+
# Copyright (C) 2007-2021 NV Access Limited, Babbage B.V.
5+
66
from typing import Dict, Union, Set, Any, Optional, List
77
from enum import Enum, auto
88

@@ -111,7 +111,6 @@
111111
ROLE_MENUBUTTON=102
112112
ROLE_DROPDOWNBUTTONGRID=103
113113
ROLE_MATH=104
114-
ROLE_EQUATION=ROLE_MATH # Deprecated; for backwards compatibility.
115114
ROLE_GRIP=105
116115
ROLE_HOTKEYFIELD=106
117116
ROLE_INDICATOR=107

user_docs/en/changes.t2t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ What's New in NVDA
6969
- `speech.getSpeechForSpelling` has been removed - use `speech.getSpellingSpeech` (#12145)
7070
- Commands cannot be directly imported from speech as `import speech; speech.ExampleCommand()` or `import speech.manager; speech.manager.ExampleCommand()` - use `from speech.commands import ExampleCommand` instead (#12126)
7171
- `speakTextInfo` will no longer send speech through `speakWithoutPauses` if reason is `SAYALL`, as `sayAllhandler` does this manually now. (#12150)
72+
- `ROLE_EQUATION` has been removed from controlTypes - use `ROLE_MATH`` instead. (#12164)
7273

7374

7475
= 2020.4 =

0 commit comments

Comments
 (0)