Improve focusFirstChild() and focusLastChild()

This commit is contained in:
Markus Gans 2015-07-12 21:50:03 +02:00
parent 0485138c33
commit 8b195f7783
1 changed files with 0 additions and 1 deletions

View File

@ -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