mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-31 07:12:39 -06:00
CtrlCore X11: fixed dnd issue
git-svn-id: svn://ultimatepp.org/upp/trunk@1311 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8ffee36e0d
commit
005eadad7a
3 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue