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

This commit is contained in:
Nishi 2026-04-18 21:52:02 +09:00
commit 39bee0e5cc
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 10 additions and 3 deletions

View file

@ -241,8 +241,8 @@ int main() {
MwNhasHeading, 1,
NULL);
w = child(f);
index = MwListBoxInsert(w, -1, 0, "Epic title...");
index = MwListBoxInsert(w, -1, 0, "Hello");
index = MwListBoxSet(w, -1, 0, "Epic title...");
index = MwListBoxSet(w, -1, 0, "Hello");
add(f);
f = frame("NumberEntry", -PaddingContent, 24, MwNumberEntryClass, NULL);