Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
QgsCodeEditor: workaround 2 QScintilla bugs
- Fix one bug with Scintilla 2.8.X when focus out event does not disable blinking cursor - Make QScintilla widget not capture Escape key so that it can propagate to parent.
- Loading branch information
Showing
with
48 additions
and 0 deletions.
- +45 −0 src/gui/qgscodeeditor.cpp
- +3 −0 src/gui/qgscodeeditor.h