On Wed, 13 Jul 2016 20:04:44 +0200 VA <b...@indigo.re> wrote:
> Sorry, the link was broken, here's the screencast:
> https://lut.im/hOTAlzwXHM/HeRoQS3HhxGD2yt4.gif

I don't know where the issue is, but I don't think your test case is valid.  I 
ran it on both a Debian Testing system with qscintilla2 2.9.2 under Plasma 5 
(with both python and python3) and an older Kubuntu system with KDE 4 and 
qscintilla 2.8.1.  In all cases it looked the same.  I also tried it with Qt4:

#!/usr/bin/env python
from PyQt4.QtGui import QApplication
from PyQt4.Qsci import QsciScintilla
app = QApplication([])
sci = QsciScintilla()
sci.show()
app.exec_()

Same result.  If your example does demonstrate an issue with qscintilla2, it's 
a long standing one (which I find unlikely).

Scott K

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to