Update DocPutKey.ZC

This commit is contained in:
Arsenic Blood 2023-10-08 22:25:36 -04:00 committed by GitHub
parent 3d320aa308
commit fcedd4b421
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -455,12 +455,14 @@ public U0 DocPutKey(CDoc *doc, I64 ch=0, I64 sc=0)
} }
else else
{ {
if(sc & SCF_SHIFT) { if (sc & SCF_SHIFT)
{
DocUnlock(doc); DocUnlock(doc);
GodDoodle; GodDoodle;
DocLock(doc); DocLock(doc);
} else }
GodSong; else
GodSong;
} }
break; break;