diff --git a/test/dialog.cpp b/test/dialog.cpp index 559c54f2..1680d99f 100644 --- a/test/dialog.cpp +++ b/test/dialog.cpp @@ -56,7 +56,6 @@ int main (int argc, char* argv[]) FButton btn("&Quit", &dgl); btn.setGeometry (16, 7, 9, 1); btn.setShadow(); - btn.setFocus(); // Connect the button signal "clicked" with the callback function btn.addCallback