mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7190 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c390f2fc0d
commit
989ee080ac
10 changed files with 29 additions and 16 deletions
|
|
@ -1801,11 +1801,12 @@ bool ArrayCtrl::Key(dword key, int) {
|
|||
if(IsCursor()) {
|
||||
int d = GetEditColumn();
|
||||
int i = FindEnabled(cursor - 1, -1);
|
||||
if(i >= 0 && SetCursor0(i))
|
||||
if(i >= 0 && SetCursor0(i)) {
|
||||
if(d >= 0)
|
||||
StartEdit(d);
|
||||
else
|
||||
KeyMultiSelect(aanchor, key);
|
||||
}
|
||||
}
|
||||
else
|
||||
if((IsInserting() || IsAppending()) && IsAppendLine())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue