]> git.lyx.org Git - features.git/blobdiff - src/bufferview_funcs.C
and some mathed de-uglyfication
[features.git] / src / bufferview_funcs.C
index 58f782b942a9f981c23fa7a4b5b9ecd942534a55..fb14fbf9bb1af520a8c74761cbe2e3195a05c2fe 100644 (file)
@@ -168,7 +168,7 @@ string const currentState(BufferView * bv)
                return string();
 
        if (mathcursor)
-               return mathcursor->info(*bv);
+               return mathcursor->info(bv->fullCursor());
 
        ostringstream state;