]> git.lyx.org Git - features.git/commit
Fix bug 5711: http://bugzilla.lyx.org/show_bug.cgi?id=5711.
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 9 Feb 2009 23:20:52 +0000 (23:20 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 9 Feb 2009 23:20:52 +0000 (23:20 +0000)
commitc912d253f23f2f7e38b36824b73dc7cb8447e01e
tree2740e9dc53a93ed3b39d51a6d43ef2d4131a3185
parent09a0e37b15d99167e6320af56aa124aac3694dd4
Fix bug 5711: http://bugzilla.lyx.org/show_bug.cgi?id=5711.
Add button in Citation dialog grayed out when key matches the start of an already selected key.

One parameter of match() was forgotten, so the MatchFlags were basically ignored, i.e. the standard flags were used always.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28425 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiSelectionManager.cpp