mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Update DocPutKey.ZC
This commit is contained in:
parent
3d320aa308
commit
fcedd4b421
1 changed files with 5 additions and 3 deletions
|
@ -455,11 +455,13 @@ public U0 DocPutKey(CDoc *doc, I64 ch=0, I64 sc=0)
|
|||
}
|
||||
else
|
||||
{
|
||||
if(sc & SCF_SHIFT) {
|
||||
if (sc & SCF_SHIFT)
|
||||
{
|
||||
DocUnlock(doc);
|
||||
GodDoodle;
|
||||
DocLock(doc);
|
||||
} else
|
||||
}
|
||||
else
|
||||
GodSong;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue