udpate to new api
This commit is contained in:
parent
f51f1c775f
commit
188e5cd537
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ int main(int argc, char **argv) {
|
|||
lab2.setBorderColor(otk::RenderStyle::style(app.screen())->buttonFocusColor());
|
||||
but.setText("Im not the default button...");
|
||||
but2.setText("But I AM!!");
|
||||
but2.setDefault(true);
|
||||
but2.setHighlighted(true);
|
||||
|
||||
|
||||
foo.show();
|
||||
|
|
Loading…
Reference in a new issue