X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8de28db94f9d03acfcbbbac841c26a2c40223618..8366ae934aab9f835747b0c2e456231e8795fe78:/include/wx/stc/stc.h diff --git a/include/wx/stc/stc.h b/include/wx/stc/stc.h index 6618f7dec1..f4464722e8 100644 --- a/include/wx/stc/stc.h +++ b/include/wx/stc/stc.h @@ -1593,6 +1593,7 @@ private: ScintillaWX* m_swx; wxStopWatch m_stopWatch; + bool m_lastKeyDownConsumed; friend class ScintillaWX; friend class Platform;