]> git.lyx.org Git - lyx.git/commit
Show keyboard binding when a layout selection is done in LayoutBox
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 10 Oct 2012 22:21:38 +0000 (00:21 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 10 Oct 2012 22:21:38 +0000 (00:21 +0200)
commit06f394a3d423de80cab8ec86a20b9dcacdfabfe2
tree84856473ce46c7647a9b1a203808cb275e7d994a
parentddd0ff971a8f0edba5bdbaccfb77fe569dceac55
Show keyboard binding when a layout selection is done in LayoutBox

The obnoxious messages in Private::setFilter cover any message set by lyx::dispatch. The solution I chose is to return early when the filter is not changed.

If this makes sense, then the same optimization should be added to CategorizedCombo, IMO.
src/frontends/qt4/LayoutBox.cpp