Abdelrazak Younes
Tue, 09 Feb 2010 08:23:42 -0800
On 02/09/2010 05:17 PM, rgheck wrote:
Modified: lyx-devel/trunk/src/Cursor.cpp============================================================================== --- lyx-devel/trunk/src/Cursor.cpp Tue Feb 9 15:34:58 2010 (r33388) +++ lyx-devel/trunk/src/Cursor.cpp Tue Feb 9 17:11:13 2010 (r33389)@@ -26,6 +26,7 @@ #include "FuncCode.h" #include "FuncRequest.h" #include "Language.h" +#include "LyX.h" #include "LyXAction.h" #include "LyXRC.h" #include "Paragraph.h" @@ -1668,7 +1669,7 @@ int yo = 0; getPos(xo, yo); xo = beforeDispatchPosX_; - +// check if we had something else in mind, if not, this is the future// target if (x_target_ == -1)???
I erased a tab I guess. I had to solve a merge conflict at this position if you wonder why this has been touched at all.
Abdel.