We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c7f11 commit c6b648eCopy full SHA for c6b648e
examples/qt.py
@@ -8,10 +8,10 @@
8
# - PySide 1.2 (qt 4.8) on Windows/Linux/Mac
9
# - CEF Python v55.4+
10
#
11
-# Issues with PySide 1.2 on Mac:
12
-# - Keyboard focus issues when switching between controls (Issue #284)
13
-# - Mouse cursor never changes when hovering over links (Issue #311)
14
-# - Sometimes process hangs when quitting app
+# Issues with PySide 1.2:
+# - Mac: Keyboard focus issues when switching between controls (Issue #284)
+# - Mac: Mouse cursor never changes when hovering over links (Issue #311)
+# - Windows/Mac: Sometimes process hangs when quitting app (Issue #360)
15
16
from cefpython3 import cefpython as cef
17
import ctypes
0 commit comments