aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/ScintillaEditBase.cpp
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-12-11 17:43:52 +1100
committerNeil <nyamatongwe@gmail.com>2015-12-11 17:43:52 +1100
commit755d414bfa71ce4f6e69afcff5402784ad6bff9b (patch)
tree3bd4f1117bfc57506c358b0a1d3390f28499a29e /qt/ScintillaEditBase/ScintillaEditBase.cpp
parent12c9d309dcce04f81fd88cca47c815f62fcf8ff7 (diff)
downloadscintilla-mirror-755d414bfa71ce4f6e69afcff5402784ad6bff9b.tar.gz
Bug [#1669]. Prevent crash when clicking on autocompletion list.
This appears to be a focus problem. Clicking on the list sets it as the focus which removes focus from the Scintilla text window. Scintilla responds to loss of focus by destroying any popups including the autocompletion list which is not in a state where it is safe to be destroyed. Adding the WindowDoesNotAcceptFocus flag to the list prevents it from getting focus and thus prevents the crash.
Diffstat (limited to 'qt/ScintillaEditBase/ScintillaEditBase.cpp')
0 files changed, 0 insertions, 0 deletions