]> git.lyx.org Git - features.git/commit
Small cleanup to LayoutBox and CategorizedCombo
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 10 Mar 2017 14:54:27 +0000 (15:54 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 10 Mar 2017 14:57:31 +0000 (15:57 +0100)
commit0f220503ff9f0b571ce3d3f8ee5941cf344edff7
tree7b80c32b39c4b70496d086ec324ab5ab0ed475a4
parentc99e2f1fad4f19d7a9f7114850558bcd82f83c98
Small cleanup to LayoutBox and CategorizedCombo

Coverity does not find it obvious that p is never negative. Normally
it is the case (because the items have been filtered), but it is
better to play safe.
src/frontends/qt4/CategorizedCombo.cpp
src/frontends/qt4/LayoutBox.cpp