CtrlCore X11: fixed dnd issue

git-svn-id: svn://ultimatepp.org/upp/trunk@1311 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-06-15 10:06:11 +00:00
parent 8ffee36e0d
commit 005eadad7a
3 changed files with 8 additions and 8 deletions

View file

@ -124,7 +124,6 @@ void CodeEditor::CheckBracket(int li, int pos, int ppos, int pos0, WString ln, i
int q = ln.Find("//");
if(q >= 0)
ln = ln.Mid(0, q) + WString(' ', ln.GetCount() - q);
DDUMP(ln);
pos = d < 0 ? ln.GetLength() - 1 : 0;
ppos += d;
}