mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide: Minor navigator fix (position in line)
This commit is contained in:
parent
c3f6865b26
commit
6b408f5c36
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ AnnotationItem AssistEditor::FindCurrentAnnotation()
|
|||
line1st = false;
|
||||
}
|
||||
else
|
||||
if(m.pos.x < pos.x)
|
||||
if(m.pos.x <= pos.x)
|
||||
q = m;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "clang.h"
|
||||
|
||||
// #define DUMPTREE
|
||||
#define DUMPTREE
|
||||
|
||||
class ClangCursorInfo {
|
||||
CXCursor cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue