add KMatrix into Appearance app

git-svn-id: svn://kolibrios.org@9640 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2022-01-15 12:38:25 +00:00
parent e895aaba38
commit b4a6b076d8
4 changed files with 8 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ dword width,
ESI.edit_box.size = strlen(ed_text);
}
:dword EditBox_CreateStandart(dword width, left, top, maxlen, text, flags)
:dword EditBox_Create(dword left, top, width, maxlen, text, flags)
{
dword eb, i;
eb = malloc(sizeof(edit_box));