]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.cpp
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / InsetSpace.cpp
index 2fddd0691927dc81aaa488c395865b4e887c510a..abe0ca30a429c02883408eab52954c7df6e987fe 100644 (file)
@@ -87,7 +87,7 @@ void InsetSpace::draw(PainterInfo & pi, int x, int y) const
 
        xp[0] = x;
        yp[0] = y - max(h / 4, 1);
-       if (kind_ == NORMAL) {
+       if (kind_ == NORMAL || kind_ == PROTECTED) {
                xp[1] = x;     yp[1] = y;
                xp[2] = x + w; yp[2] = y;
        } else {