On 16/05/2023 10:13, Matic Kukovec wrote:
Hi again,

Can somebody check this please?
It happens in any application with a QScintilla widget, just press
Windows-key + / ( [cid:f3a013a8-af5a-496e-bb3e-d3cb020269f3]  +
[cid:7b1fcc39-d1c1-4275-b13d-4545a96527ae] ) .
Example:
import PyQt6.QtWidgets
import PyQt6.Qsci
import sys

application = PyQt6.QtWidgets.QApplication(sys.argv)
editor = PyQt6.Qsci.QsciScintilla()
editor.show()

application.exec()

I can reproduce it. Haven't had a chance to look at a fix yet.

Phil

Reply via email to