From 8bf10b105618bcd1cd72f1f19e4fe4c3cddd1a0a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 Mar 2022 07:28:58 +0530 Subject: [PATCH] Remove note about fixed Qt bug --- src/pyj/read_book/read_aloud.pyj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pyj/read_book/read_aloud.pyj b/src/pyj/read_book/read_aloud.pyj index 1145817da9..37fbe7d341 100644 --- a/src/pyj/read_book/read_aloud.pyj +++ b/src/pyj/read_book/read_aloud.pyj @@ -198,8 +198,6 @@ class ReadAloud: if ev.key is 'Escape': self.hide() return - # Note that in the standalone viewer MediaPlayPause is currently broken - # in Qt: https://bugreports.qt.io/browse/QTBUG-89915 if ev.key is ' ' or ev.key is 'MediaPlayPause' or ev.key is 'PlayPause': self.toggle() return