Neil Hodgson - 2018-05-19

The linked issue indicates that the problem occurs with QScintilla. QScintilla is actually a product of Riverbank Computing and is not maintained by me. While the problem could be in cross-platform code, HiDPI support is mostly in platform layers. Possibly the QScintilla platform layer needs to clears positioning caches when the window is moved to a different monitor. You should report this to Riverbank.

There is another port of Scintilla to Qt (ScintillaEditBase and ScintillaEdit) distributed from scintilla.org that I do maintain and I'm interested in any bugs that occur with the scintilla.org version.