fix timing
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-27 14:49:00 +09:00
commit efe1ea076e
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -164,6 +164,8 @@ static void clipboard(MwWidget handle, const char* data) {
MwSetText(handle, MwNtext, out);
free(out);
MwForceRender(handle);
}
MwClassRec MwEntryClassRec = {