demo: El teclado se crea y se destruye según se use o no

This commit is contained in:
2023-09-16 12:50:51 +02:00
parent c656d48b72
commit 07caf71ce3
2 changed files with 5 additions and 5 deletions

View File

@@ -172,8 +172,6 @@ void OnScreenKeyboard::setLayout()
key.caption = allChars.substr(i, 1);
layout.push_back(key);
// std::cout << key.caption << " " << key.col << " " << key.row << " " << std::endl;
++index_col;
if (index_col == columns)
{