1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Work-around for bug 154

This commit is contained in:
BusinessmanProgrammerSteve
2010-04-14 18:32:03 +00:00
parent f4beb6856d
commit 830db47f50
4 changed files with 37 additions and 1 deletions

View File

@@ -172,6 +172,13 @@ class AudacityApp:public wxApp {
Importer *mImporter;
wxLogWindow *mLogger;
#if defined(__WXGTK__)
/** \brief This flag is set true when in a keyboard event handler.
* Used to work around a hang issue with ibus (bug 154) */
bool inKbdHandler;
#endif
private:
CommandHandler *mCmdHandler;
FileHistory *mRecentFiles;