control v1.

This commit is contained in:
oz
2020-12-19 17:49:31 +03:00
parent 12066963f0
commit a6425b54f3
8 changed files with 916 additions and 16 deletions

View File

@@ -61,7 +61,7 @@ void TTextBox::TimerExpired(int timerId, void* caller)
delete message;
tb->Message1 = nextMessage;
tb->Draw();
control_handler(60, tb);
control::handler(60, tb);
}
}