]> git.lyx.org Git - lyx.git/blobdiff - src/Text3.cpp
* For gcc to know about QStandardItemModel < QAbstractItemModel we need this header.
[lyx.git] / src / Text3.cpp
index aed8fc83b93bfbdf4f96a7b3180947eef009bce1..27bc623520259a0b50e06be4e7900a33a8896f1e 100644 (file)
@@ -894,7 +894,8 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
 
        case LFUN_SET_GRAPHICS_GROUP: {
                InsetGraphics * ins = InsetGraphics::getCurrentGraphicsInset(cur);
-               if (!ins) break;
+               if (!ins)
+                       break;
 
                cur.recordUndoFullDocument();