younes wrote: > URL: http://www.lyx.org/trac/changeset/21468 > Log: > Avoid unnecessary redraw.
Abdel, this breaks compilation here: mathed/InsetMathNest.cpp: In member function 'virtual void lyx::InsetMathNest::doDispatch(lyx::Cursor&, lyx::FuncRequest&)': mathed/InsetMathNest.cpp:548: error: no matching function for call to 'lyx::InsetMathNest::doDispatch(lyx::Cursor&, lyx::FuncRequest)' mathed/InsetMathNest.cpp:443: note: candidates are: virtual void lyx::InsetMathNest::doDispatch(lyx::Cursor&, lyx::FuncRequest&) mathed/InsetMathNest.cpp:551: error: no matching function for call to 'lyx::InsetMathNest::doDispatch(lyx::Cursor&, lyx::FuncRequest)' mathed/InsetMathNest.cpp:443: note: candidates are: virtual void lyx::InsetMathNest::doDispatch(lyx::Cursor&, lyx::FuncRequest&) mathed/InsetMathNest.cpp:559: error: no matching function for call to 'lyx::InsetMathNest::doDispatch(lyx::Cursor&, lyx::FuncRequest)' mathed/InsetMathNest.cpp:443: note: candidates are: virtual void lyx::InsetMathNest::doDispatch(lyx::Cursor&, lyx::FuncRequest&) mathed/InsetMathNest.cpp:562: error: no matching function for call to 'lyx::InsetMathNest::doDispatch(lyx::Cursor&, lyx::FuncRequest)' mathed/InsetMathNest.cpp:443: note: candidates are: virtual void lyx::InsetMathNest::doDispatch(lyx::Cursor&, lyx::FuncRequest&) make[3]: *** [InsetMathNest.lo] Fehler 1 make[3]: Leaving directory `/home/juergen/lyx/lyx-qt/src' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/juergen/lyx/lyx-qt/src' make[1]: *** [all] Fehler 2 make[1]: Leaving directory `/home/juergen/lyx/lyx-qt/src' make: *** [all-recursive] Fehler 1 Jürgen