mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-06 15:54:47 +00:00
Update DocPutKey.ZC
This commit is contained in:
parent
3d320aa308
commit
fcedd4b421
@ -455,12 +455,14 @@ 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
|
||||
GodSong;
|
||||
}
|
||||
else
|
||||
GodSong;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user