put back the background
This commit is contained in:
parent
18ab245307
commit
73026adf3d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ int main(int argc, char **argv) {
|
|||
otk::AppWidget foo(&app);
|
||||
|
||||
foo.resize(600, 500);
|
||||
// foo.setTexture(app.getStyle()->titlebarFocusBackground());
|
||||
foo.setTexture(app.getStyle()->titlebarFocusBackground());
|
||||
// foo.setUnfocusTexture(app.getStyle()->titlebarUnfocusBackground());
|
||||
|
||||
foo.setBevelWidth(2);
|
||||
|
|
Loading…
Reference in a new issue