handle clicks on panel header line

This commit is contained in:
Hisham Muhammad
2015-03-24 23:12:43 -03:00
parent 38fd1bfaba
commit a93db5234c
7 changed files with 69 additions and 39 deletions

View File

@ -78,7 +78,7 @@ static HandlerResult CategoriesPanel_eventHandler(Panel* super, int ch) {
int selected = Panel_getSelectedIndex(super);
switch (ch) {
case EVENT_SETSELECTED:
case EVENT_SET_SELECTED:
result = HANDLED;
break;
case KEY_UP: