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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user