]> git.lyx.org Git - lyx.git/commitdiff
BufferView::dispatch(): add a missing break
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 15 Apr 2012 18:28:09 +0000 (20:28 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 29 Apr 2012 12:51:24 +0000 (14:51 +0200)
src/BufferView.cpp

index 9a4e5d326adad34122b887751e460443f673a29c..bc8599feefa9e3c74da694be759f5a43547614a1 100644 (file)
@@ -1956,6 +1956,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                        cur.setCurrentFont();
                        dr.forceBufferUpdate();
                }
+               break;
        }
 
        case LFUN_FILE_INSERT_PLAINTEXT_PARA: