https://bugs.kde.org/show_bug.cgi?id=416574
--- Comment #2 from [email protected] --- (In reply to David Edmundson from comment #1) > please run Qscintilla --style fusion and report if it still appears I don't actually have Qscintilla on my machine (other than calling it in python, so I can't run it directly I'm afraid. If I make a Qscintilla text box like ``` import sys from PyQt5.QtWidgets import QApplication from PyQt5.Qsci import QsciScintilla if __name__ == "__main__": app = QApplication(sys.argv) editor = QsciScintilla() editor.show() editor.setText('this is a test') app.exec_() ``` The caret works perfectly, so it's something in that particular widget that's not interacting well with Plasma. I forgot to add that this type of widget always used to work. It's only stopped working since my last upgrade which was to KDE 5.17.5 and QT 5.14.0 -- You are receiving this mail because: You are watching all bug changes.
