]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/CategorizedCombo.cpp
Disable literal cb if there is nothing to latexify.
[lyx.git] / src / frontends / qt4 / CategorizedCombo.cpp
index b52172d95099fbfed4d1942c2c761556adf71446..8e4fc64f4596f07bad7d6c9f17118c9febbf2126 100644 (file)
@@ -348,7 +348,6 @@ CategorizedCombo::CategorizedCombo(QWidget * parent)
        : QComboBox(parent), d(new Private(this))
 {
        setSizeAdjustPolicy(QComboBox::AdjustToContents);
-       setFocusPolicy(Qt::ClickFocus);
        setMinimumWidth(sizeHint().width());
        setMaxVisibleItems(100);