Skip to content
Snippets Groups Projects
Commit c0d935bb authored by deuce's avatar deuce
Browse files

Fixed typo in last commit.

parent 52858d71
No related branches found
No related tags found
No related merge requests found
......@@ -399,7 +399,7 @@ int UIFC_Button::handle(int event) {
parent()->child(i)->handle(FL_FOCUS);
return(1);
}
if(key==FL_HOME) {
if(key==FL_Home) {
i=0;
Fl::focus(parent()->child(i));
parent()->child(i)->handle(FL_FOCUS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment