]> git.lyx.org Git - lyx.git/commit
Fix a small glitch
authorEnrico Forestieri <forenr@lyx.org>
Wed, 7 Jun 2017 13:31:13 +0000 (15:31 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 7 Jun 2017 13:31:13 +0000 (15:31 +0200)
commitaae04d25b92a97e99b91cbb981f30b4b20d9f4ed
tree80d144b6f863ca0806fd321b57c35c23570f0ac0
parent18fb9cd7f9886295dbae66eb6ac060f9ac367f2d
Fix a small glitch

When choosing a code language that has dialects in the languages
combo box, the dialects combo gets activated also when minted is
in use. However, minted does not support the concept of dialects
and the combo should not be enabled. This is harmless because the
dialects are simply ignored and the dialects status is restored
after apply, but it may fool the user in thinking that a dialect
can be actually selected. So, always disable it with minted.
src/frontends/qt4/GuiListings.cpp