ugfx_release_2.6
Tectu 2012-07-09 03:19:22 +02:00
parent 0dc6154ee1
commit e0ee5c258f
1 changed files with 1 additions and 1 deletions

2
gui.c
View File

@ -107,7 +107,7 @@ static void guiThread(const uint16_t interval) {
while(TRUE) {
for(node = firstGUI; node; node = node->next) {
// check if GUI element is active
// check if GUI element is set active
if(*(node->active) == active) {
x = tpReadX();
y = tpReadY();