Jean-Marc Lasgouttes wrote: > sp...@lyx.org writes: > > * LyXFunc.cpp: > > - make sure there are no pending key sequences when applying the > > prefs, since the key bindings are changed and this will make the status > > bar messages go crazy and crash (bug 6064). > > Is there a reason why we do not clear pending keysequence somewhere at > the start of LyXFunc::dispatch?
None that I'm aware of. For the bug in question, it was just not necessary. Jürgen