]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetText.cpp
Enable InsetQuote in verbatim and Hebrew
[features.git] / src / insets / InsetText.cpp
index 3c1bb23f20da669448944bc8fa1b35dbe77d1447..607f7f577ab1d79c5c782ecdf451d89d971ee6e4 100644 (file)
@@ -768,8 +768,9 @@ ParagraphList & InsetText::paragraphs()
 bool InsetText::insetAllowed(InsetCode code) const
 {
        switch (code) {
-       // Arguments are also allowed in PassThru insets
+       // Arguments and (plain) quotes are also allowed in PassThru insets
        case ARG_CODE:
+       case QUOTE_CODE:
                return true;
        default:
                return !isPassThru();