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

Switched to the "Plastic" widget set

parent c0d935bb
Branches
Tags
No related merge requests found
......@@ -406,7 +406,7 @@ int UIFC_Button::handle(int event) {
return(1);
}
if(key==FL_End) {
i=parent()->children*()-3;
i=parent()->children()-3;
Fl::focus(parent()->child(i));
parent()->child(i)->handle(FL_FOCUS);
return(1);
......@@ -783,7 +783,7 @@ int uifcinifltk(uifcapi_t* uifcapi)
api->scrn_len=24;
api->mode |= UIFC_MOUSE;
// Fl::scheme("plastic");
Fl::scheme("plastic");
Fl::add_handler(handle_escape);
Fl::visible_focus(TRUE);
Fl::visual(FL_DOUBLE|FL_INDEX);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment