forked from qt-creator/qt-creator
Squish: Remove workaround for fixed bug
Change-Id: Ib6a47fbab85835fd33424134fefca153a3595d6b Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -94,8 +94,6 @@ def widgetContainsPoint(widget, point):
|
||||
# at the same position where the text cursor is located at
|
||||
def openContextMenuOnTextCursorPosition(editor):
|
||||
rect = editor.cursorRect(editor.textCursor())
|
||||
if platform.system() == 'Darwin':
|
||||
JIRA.performWorkaroundForBug(8735, JIRA.Bug.CREATOR, editor)
|
||||
openContextMenu(editor, rect.x+rect.width/2, rect.y+rect.height/2, 0)
|
||||
menuInList = [None]
|
||||
waitFor("menuVisibleAtEditor(editor, menuInList)", 5000)
|
||||
|
||||
Reference in New Issue
Block a user